/* CSS Document */

/******** Body Styles ********/


a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #129bd2;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/******** Header Styles ********/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 200;
	color: #666666;
	line-height: 17px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 200;
	color: #999999;
	line-height: 17px;
}


/******** Horizontal Rule *******/


.hrstyle {
	height: 0px;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FEFEFE;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.simpletable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 17px;
}
.requiredfield {
	background-color: #F4F4F4;
}
