html,body {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: .82em;
	border-bottom: 0px;
}

body {
	overflow-y:scroll;
}

img { 
	-ms-interpolation-mode: bicubic; 
}

#page ul li { 
	list-style-image:url('../img/img_bullet_gray.gif'); 
}

#page ul.errors  li { 
	list-style-image:url('../img/img_bullet_red.gif'); 
}

.heading1 {
	text-align:left;
	padding-top: 5px;
	font-size: 2.2em;
	letter-spacing: 2px;
	color : #002144;
	padding-bottom: 12px;

}

.heading2 {
	letter-spacing: 2px;
	font-size: 1.5em;
	font-weight: bold;
	color: #3A4263;	
}

.border {
	border: 1px solid #03215F;
	background-color: #ffffff;
}

.subMenu a {
	font-weight: normal;
	font-size: 12px;
} 

.subMenu a:hover {
	font-weight: normal;
	font-size: 12px;
}

div.info {
	text-justify: newspaper;		
	text-align: justify; 
	font-size: 1.2em;
}

a  {
	color : #002144;
	font-weight: bold;
}

a:hover{
	color: #5082A9;
	font-weight: bold;
}

hr {
	color : #002144;
}
