body {
	font-family: Tahoma, Verdana, Trebuchet, Arial;
	font-size: 11px;
	color: #000;
    margin: 0px 0px 0px 0px;
}

p {
	color:#5E686E;
}

h1 {
	font-size:24px;
	color: #000;
	line-height:26px;
}

h2 {
	font-size:16px;
}

h3 {
	font-size:14px;
}

h4, h5, h6 {
	font-size:12px;
}

a, p a {	
	color: blue;
}

a:hover, p a:hover {	
	color: red;
}

.linkCursor {
	cursor: pointer;
}


/* File Input Styling */
div.fakeFileEnclosure {
	position: relative;
}
div.fakeFile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.realFile {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	width: inherit;
}