/* CSS Document */

body {
	margin-top:5px; 
	margin-right:0px; 
	margin-left:0px; 
	margin-bottom:0px; 
	background-color: #194067;
}

.text {
	font-family: Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: lighter;
	color: #333333;
	list-style-type: disc;
	list-style-position: outside;
}
a.text:hover {
	color: #000000;
}


.date {
	font-family: Arial;
	font-size: 10px;
	line-height: 10px;
	font-weight: lighter;
	color: #ffffff;
	padding-top: 2px;


}

.header {
	font-family: Times;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	color: #ffffff;
	padding: 4px;
	padding-top: 15px;
}
a.header:hover {
	color: #FFFFFF;
}

.copyright {
	font-family: Arial;
	font-size: 10px;
	line-height: 10px;
	font-weight: lighter;
	color: #424242;
	padding: 4px;
	padding-top: 8px;
}
.resume {
	font-family: Times;
	font-size: 14px;
	line-height: 20px;
	font-weight: lighter;
	color: #333333;
}


a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}


.buttonscontainer {
	width: 110px;
	margin-left: 5px
}

.buttons a {
	color: #333333;
	background-color: #D3D3D3;
	padding: 2px;
	padding-left: 3px;
	display: block;
	font: 10px Verdana, sans-serif;
	text-decoration: none;
	text-align: left;
	width: 100%;
	margin-top: 1px;
}

.buttons a:hover {
	background-color: #E9E9E9;
	color: #333333;	
	text-decoration: none;
}
.smallwht {
	color:#fff;
	font-weight:bold;
	font-size:10px;
}
#SmallBlueHeaderText {
	color:#fff;
	font-weight:bold;
	font-size:10px;
}