/* CSS Document */

/*This style if for the entire page*/
.fullpage {
	background-color: #E8E8E8;
	background-repeat: repeat;
	background-image: url(../img/temp_img/bg_slant.gif);
}

/*This style controls the content inside the three blocks (the header(navigation, body and footer)*/
DIV.blocks {
	BACKGROUND-COLOR: #FFFFFF;
	border: medium solid #D7D7D9;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/*This style controls the content inside of tables*/
.content {
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*This style controls the breadcrumb background and font*/
DIV.breadcrumbs {
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
	padding-top: 5px;
	height: 29px;
	background-image: url(../img/temp_img/titble_banner.gif);
	text-indent: 10pt;
	vertical-align: middle;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

/*These styles control the breadcrumb links*/
DIV.breadcrumbs a:link {
	color: #FFFFFF;
	text-decoration: none;
}
DIV.breadcrumbs a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
DIV.breadcrumbs a:hover {
	text-decoration: underline;
}
DIV.breadcrumbs a:active {
	text-decoration: underline;
	font-style: italic;
}

/*This style controls the quicllinks layer Div tag*/
DIV.quicklinks {
	width: 350px;
	position: relative;
	left: 591px;
	top: 51px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}

/*This style controls the search field*/
.formfields {
	color: #999999;
}

/*This style controls the font for the page title on the breadcrumbs bar*/
.pagetitle {
	font-size: 12pt;
	vertical-align: middle;
}

/*These styles control the link tags*/
a:link {
	color: #4F81BD;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #4F81BD;
}
a:hover {
	text-decoration: underline;
	color: #9BBB59;
}
a:active {
	text-decoration: underline;
	color: #9BBB59;
	font-style: italic;
}

/*This style controls the the copyright page that is an iframe in the footer of every page*/
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	text-align: justify;
}

/*This style controls the paragraphs*/
p {
	margin: 0px 0px 10pt;
}

/*These styles control the headings*/
h1 {
	font-size: 16pt;
	color: #2F527D;
	margin: 0px 0px 3px;
	font-weight: bold;
}
h2 {
	font-size: 14pt;
	margin: 0px 0px 3px;
	color: #678034;
	font-weight: bold;

}
h3 {
	font-size: 12pt;
	color: #7A5185;
	margin: 0px 0px 3px;
	font-weight: bold;
}

/*This style controls the tips and tricks frames*/
.tipsandtricks {
	border: medium solid #4F81BD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
legend {
	color: #333333;
	font-weight: bold;

}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

