/*--- HTML Tag Overrides ---*/
html, body {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:19px;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(/images/bg.gif);
	background-repeat:repeat-x;
	
}

h1 {
	border-bottom: 1px solid #666666;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	color: #064173;
	font-size: 16px;
	font-weight: bold;
}

td {
	vertical-align:top;
}

/*---------------------------*/

/*--- Default Link Styles ---*/
a {
	color: #999999;
	font-weight:bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/*---------------------------*/

/*--- CSS type for form field errors ---*/
.error_field {
	border: 1px solid #FF0000;
}

.textbox {
	color: #666666;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
} 

.blue {
	color: #064173;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
} 

/*--------------------------------------*/

/* Container Definitions */
#footer {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 17px;
	font-size: 11px;
	color: #999999;
}

#footer a {
	color: #999999;
	font-weight: normal;
	text-decoration: underline;
}

#footer a:hover {
	color: #999999;
	font-weight: normal;
	text-decoration:none ;
}

.table td {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #cccccc;
}
/*--------------------*/

/* Font Style Definitions */
.arial_17_666666 {
	color: #666666;
	font-size: 17px;
	font-weight: bold;
}
/*--------------------*/