/* CSS Document */
body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 16px;
	background-image: url(images/45degree_stripe_bg2.gif);
	background-repeat: repeat;
}
#page { 
 margin: 0px auto;
	padding: 0;
	width: 800px;
	border: 0px solid #000000;
	background-color: #e4e4e4;
	}
			
#wrap { text-align:left; margin-left: auto; margin-right: auto; width:800px; position: relative;}

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
	line-height: 16px;
}

.reversed {
 font-family: Verdana, Arial, Helvetica, sans-serif; color:#FFFFF; bgcolor:#00000 font-size:13px;} 


/*Textboxes*/
.textboxstyle_title {	text-align: left;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14.5px;	color: #000000;	background-color: #FFFFFF;}
.textboxstyle {	text-align: left;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;		color: #000000; 	background-color: #FFFFFF; 	height: 18px; 	width: 400px;	border: thin solid #000000;  }
.textboxstyle_detail {	text-align: left;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;		color: #000000; 	background-color: #FFFFFF; 	height: 18px; 	width: 200px;	border: thin solid #000000;  }
.textboxstyle_submit {	text-align: left;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px;		color: #000000; 	background-color: #FFFFFF; 	height: 20px; 	width: 70px;	border: thin solid #000000; vertical:align:middle;	 }
.textboxstyle_input {	text-align: left;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px;	 	color: #000000; 	background-color: #FFFFFF; 	height: 100px; 	width:650px;	border: thin solid #000000; 	 }
.textboxstyle_list {	text-align: left;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	 	color: #000000; 	background-color: #FFFFFF; 	height: 18px; 	width: 190px;	border: thin solid #000000; 	 }	

.nav {
	background-repeat: no-repeat;
}
.nav a.main {
	color: #000000;
	text-decoration: underline;
	background-color: #e4e4e4;
	width: 99px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-color: #000000;
	border-top-color: #e4e4e4;
	border-bottom-color: #000000;
	display: block;
}
.nav a:hover {
	background-color: #000000;
	color: #FFFFFF;
}

.navright {
	background-repeat: no-repeat;
}
.navright a.main {
	color: #000000;
	text-decoration: none;
	background-color: #e4e4e4;
	width: 98px;
	padding-bottom: 1px;
	padding-right: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-color: #000000;
	border-right-color: #000000;
	border-top-color: #000000;
	border-bottom-color: #000000;
	display: block;
}
.navright a:hover {
	background-color: #000000;
	color: #FFFFFF;
}

.navcont {
	background-repeat: no-repeat;
}
.navcont a.main {
	color: #000000;
	text-decoration: none;
	background-color: #e4e4e4;
}
.navcont a:hover {
	background-color: #000000;
	color: #FFFFFF;
}

/* -----[ Links ]------------------------- */

a {
	color: #DE0405;
	text-decoration: underline;
}
a:hover {
	color: #ACAC9B;
	text-decoration: underline;
}
a:visited {
	color: #DE0405;
	text-decoration: underline;
}
a.alt {
	color: #DE0405;
	text-decoration: underline;
}
a.alt:hover {
	color: #ACAC9B;
	text-decoration: underline;
}
a.alt:visited {
	color: #DE0405;
	text-decoration: underline;
}



/* -----[ Headers ]------------------------ */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #DE0405;
	padding-top: 12px;
	line-height: 24px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #DE0405;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	padding-bottom: 0px;
}


/* -----[ Additional Styles ]------------------------ */

.img_whitespace {
	padding-left: 50px;
}

.line {
	margin: 0 0 14px 0;
	height: 1px;
	background-image: url(images/borderLine.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #FFFFFF;
}
