/**
light blue = #0072AF
dark blue = #3F5B6B
**/

body{
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	background: #333333;
}

img{
	border: none;
}

h1{
	font-size: 1.6em;
	color:#0072AF; 
	text-transform: none;
	margin: 0px;
	padding-bottom: 10px;
	font-weight: bold;
}

h2{
	font-size: 1em;
	color:#0072AF;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
}

p{
	padding: 0px 0px 10px 0px;
	font-size: .8em;
	text-align:justify;
}

a:link {
	color: #0072AF;
	font-weight:normal;
	text-decoration:underline;
}
a:visited {
	color: #0072AF;
	font-weight:normal;
	text-decoration:underline;
}
a:hover {
	color: #3F5B6B;
	font-weight:normal;
	text-decoration:none;
	
}
a:active {
	color: #3F5B6B;
	font-weight:normal;
	text-decoration:none;
}

.form_button{
	width: 72px;
	padding: 2px 0px 2px 0px;
	background-image: url(../../images/17/button_small.jpg);
	border: none;
	color: #FFFFFF;
	/*font-size: .8em;*/
	font-weight: bold;
	background-color:#999;

}

a.button {
	width: 72px;
	padding: 5px 5px 6px 5px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../../images/17/button_small.jpg) no-repeat top left;
	background-color:#999;
	}
	
a.view {
	width: 65px;
	height: 27px;
	display:block;
	font-size:1em;
	text-decoration:none;
	text-indent: -10000px;
	background:transparent url(../../images/17/view_small.jpg)  no-repeat scroll 0 0;
}

.textbox{
font-family:Arial, Helvetica, sans-serif;
color: #666666;
font-size: .9em;
margin: 5px 0px 5px 0px;
width: 100%;
}

.textfield{
font-family:Arial, Helvetica, sans-serif;
color: #666666;
font-size: .9em;
margin: 5px 0px 5px 0px;
width: 100%;
}

/**
td{
font-size: .8em;
}
*/

.left{
float: left;
}

.right{
float: right;
}

.clear{
clear: both;
}


