
/*HTML styles */

p, li, div, td, body {
	font-size: 12px ;
	line-height: 19px ;
	font-family: verdana, arial, sans-serif ;
}

body {
	background-color: #fff ;
	background-image: url(/images/page_bg.gif) ;
	background-position: top ;
	background-repeat: repeat-x ;
	margin: 0px ;
	color: #454545 ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

input, select, option, textarea, button {
	font-size: inherit; 
	font-family: inherit; 
}

a.link_white:link, a.link_white:active, a.link_white:visited {
	color: #fff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

h1 {
	font-size: 28px ;
	line-height: 32px ;
	letter-spacing: -2px ;
	font-style: normal ;
	font-weight: bold ;
	color: #1181EF ;
	margin-top: 0px ;
}

h2 {
	font-size: 18px ;
	line-height: 22px ;
	letter-spacing: -1px ;
	font-style: normal ;
	font-weight: bold ;
	color: #1181EF ;
	margin-top: 0px ;
}

h3, .inline_h {
	font-size: 13px ;
	font-style: normal ;
	font-weight: bold ;
}

a.link_gray:link, a.link_gray:active, a.link_gray:visited {
	color: #666 ;
	text-decoration: none ;
}

a.link_gray:hover {
	text-decoration: underline ;
}

#content {
	padding: 20px ;
}

.chromestyle {
	width: 100% ;
}

.chromestyle:after {
	/*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul {
	width: 100%;
	margin: 0px;
	padding: 0px 0px ;
}

.chromestyle ul li {
	display: inline;
}

.dropmenudiv {
	position: absolute; top:0;
	z-index:100;
	visibility: hidden;
	background: #545B5F ;
}
a.button:link, a.button:active, a.button:visited, a.button:hover {
	background-image: url(/images/button_bg.gif) ;
	background-position: center ;
	border-top: 1px solid #7F8487 ;
	border-left: 1px solid #7F8487 ;
	border-right: 1px solid #545B5F ;
	border-bottom: 1px solid #545B5F ;
	display: block ;
	text-align: center ;
	color: #fff ;
	text-decoration: none ;
	padding: 4px 12px ;
	font-size: 13px ;
	line-height: 19px ;
	letter-spacing: -1px ;
	font-style: normal ;
	font-weight: bold ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
	border-top: 1px solid #4FA0EF ;
	border-left: 1px solid #4FA0EF ;
	border-right: 1px solid #1181EF ;
	border-bottom: 1px solid #1181EF ;
}

a.button_sub:link, a.button_sub:active, a.button_sub:visited, a.button_sub:hover {
	display: block ;
	background-color: #1181EF ;
	color: #fff ;
	background-image: url(/images/arrow.gif) ;
	background-position: 5px center ;
	background-repeat: no-repeat ;
	padding: 2px 12px 2px 20px ;
	text-decoration: none ;
	font-size: 11px ;
	line-height: 15px ;
	margin: 1px ;
}

a.button_sub:hover {
	background-color: #4FA0EF ;
}

a:link {
	color: #1181EF ;
}

a:active, a:visited {
	color: #545B5F ;
}

a:hover {
	color: #4FA0EF ;
}

.float {
	float: right ;
	clear: right ;
	margin: 0px 0px 5px 15px ;
}

.border {
	border: 1px solid #DDDFE0 ;
	background: #fff ;
	padding: 1px ;
}

.bigButton {
	font-size: 28px ;
	line-height: 32px ;
	letter-spacing: -2px ;
	font-style: normal ;
	font-weight: bold ;
}

.leftMargin {
	margin-left: 25px ;
}

.required {
	color: #900 ;
}