img{
	border: 0px;
}

select,input{
	font-family: Arial, "Lucida Sans Unicode","Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
}
body,td {
	font-family: Arial, "Lucida Sans Unicode","Trebuchet MS", Tahoma, Verdana;
	font-size: 14px; 
	color: #666;
	line-height: 24px; 
	text-align: justify;
}

form{
	display:inline;
}
a{
	/*text-align:left;*/
	font-weight: bold;
	text-decoration:none;
	color:#777777;
	
}
a:hover{
	text-decoration:none;
	color:#222222;
}

h1{
	font-size: 30px; /* overriden */
	font-weight:normal;
	margin-bottom: 2px;
	color:#aaa;
	text-transform: uppercase;
	padding-left:40px;
}

h2{
	font-size: 22px; 
	/*color: #2D7281;*/
	font-weight:normal;
	text-transform: uppercase;
	
}

h2 a{
	font-weight:normal;
}

h3{
	font-size: 13px; 
	font-weight:bold;
	margin: 0px;
}

hr{
	border: 0;
	width: 100%;
	height: 1px;
	color: #eee;
	background-color: #eee;
}


blockquote{
	padding: 15px;
	border: 1px dashed #ccc;
	font-size: 12px;
}


.greybox{
	background-color:#fcfcfc; 
	border:1px solid #ccc; 
	padding:15px;
}

.bottomhr{
	border: 0;
	width: 100%;
	height: 1px;
	color: #ABC1D6;
	background-color: #ABC1D6;
}