@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.h1 {
	color: #27669F;
	font-size: 26px;
}
.h2 {color: #27669F; font-size: 20px; }
.h3 {color: #27669F; font-size: 16px; }
.blue {
	color: #27669F;
	background-image:url(../images/square-yellow.gif);
	background-repeat:no-repeat;
	height:135px;
	 }
	 

html>body .blue {
	height:auto;
	min-height:135px;
}	
	 
.white {
	color: #FFFFFF;
	background-image:url(../images/square-blue.gif);
	background-repeat:no-repeat;
	height:135;}

html>body .white {
	height:auto;
	min-height:135px;
	}	
	
a:link {
	color: #27669F;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #27669F;
}
a:hover {
	text-decoration: none;
	color: #7EA8D2;
}
a:active {
	text-decoration: underline;
}


.smText {
	font-size: 10px;
}
