/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: black; text-decoration: none;}
a:visited {color: black; text-decoration: none;}
a:hover {color: 060a93; text-decoration: underline;}

a.unformatted {color: black; text-decoration: none;}
a.unformatted:visited {color: black; text-decoration: none;}
a.unformatted:hover {color: #2f3186; text-decoration: underline;}

a.toolTips {color: #EDA200; border-bottom: 2px double #FFBA00;}
a.toolTips:visited {color: #EDA200;}
a.toolTips:hover {color: black; border-bottom: 2px double black;}

a.admin {color: black;  text-decoration: none;}
a.admin:visited {color: black;}
a.admin:hover {color: #7dcff6; border-bottom: 2px double black;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font: 12px Segoe Print, Kristen ITC, Comic Sans MS;
	line-height: 16px;
	color: black;
	background-color: #2f3186;
	}

.bg {
	background-image:     url(images/bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width:1600px;
	}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

hr {
	height: 1px;
	color: #E6E6E6;
	margin: 15px 0px 15px 0px;
	}
	
table {
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	}



/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	margin: 0px 0px 37px 0px;
	font-size: 20px;
	line-height: 18px;
	color: #7dcff6;
	}

h2 {
	margin: 5px 0px 0px 0px;
	font: bold 12px;
	color: #7dcff6;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ol {
	margin: 0px;
	padding: 0px;
	}

	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ol {
	margin: 5px 0px 0px 25px;
	}

	
	ol li {
		padding: 0px 0px 5px 0px;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Send File Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	height: 1px;
	}

.form_text
{
	width: 180px;
	border: 1px solid #839fbf;
	font:11px Segoe Print, Kristen ITC, Comic Sans MS;
}

.submit
{
	background-color: #a5a6a5;
	color: #ffffff;
	font:11px Segoe Print, Kristen ITC, Comic Sans MS;
	font-weight:bold;
	width: 100px;
	height: 22px;
	background-image:  url(./images/submitbg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

.submit2
{
	background-color: #a5a6a5;
	color: #ffffff;
	font:12px Segoe Print, Kristen ITC, Comic Sans MS;
	font-weight:bold;
	width: 180px;
	height: 25px;
	background-image:  url(./images/submitbg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.mainimage {
	margin: 0px 0px 0px 0px;
	}
	
.bgmain {
	background-image:     url(images/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 1000px;
	height: 453px;
	vertical-align: top; 
} 

.bgmiddle {
	background-image:     url(images/bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 1000px;
} 


.bgfinger {
	background-image:     url(images/fingerprint.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	vertical-align: top; 
} 

.bgstart {
	background-image:     url(images/bg_dot.gif);
	background-position: top left;
	background-repeat: repeat-x;
	vertical-align: top; 
} 

	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#footerArea {
	margin: 25px 0px 0px 0px;
	text-align: left;
	font-size: 10px;
	color: #666666;
	border-top: 1px solid #c3c3c3;
	padding: 5px 0px 0px 0px;
	}
	
	#footerArea a {color: #AEAEAE; text-decoration: none; position: relative; top: 1px;}
	#footerArea a:visited {color: #AEAEAE;}
	#footerArea a:hover {color: black; text-decoration: underline;}