/* CSS Document */

body {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 150%; 
    color: #333333;	
    }

a:link, a:visited, a:hover {
	color: #006699; 
	text-decoration: none; 
	outline: none; 
	}

a:hover {
	text-decoration: underline; 
	outline: none; 
	}

.style1 {
	 color: #ffffff; 
	 }
	 
.style2 {
	font-size: 20px; 
	font-weight: bold; 
	color: #334d55; 
	}
	
.style3 {
	font-size: 12px; 
	font-weight: bold; 
	color: #006699; 
	}
	
.style4 {
	font-size: 14px; 
	font-weight: bold; 
	color: #334d55; 
	}
	
.style5 {
	font-size: 9px; 
	color: #006699; 
	}
	
.style6 {
	font-size: 14px; 
	color: #006699; 
	}
	
.borderit img {
	border: 1px solid #ffffff; 
	}

.borderit:hover img {
	border: 1px solid #006699; 
}

.borderit2 img {
	border: 1px solid #e3e3e3; 
	}

.borderit2:hover img {
	border: 1px solid #006699; 
}

.borderit2:hover {
	color: #006699; 
	}
	
img.floatLeft {
	float: left; 
	margin-right: 10px; 
	}

img.floatRight {
	float: right; 
	margin-right: 10px; 
	}
	
#content p {
    padding: 0; 
	}