@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
}
html, body, h1, h2, h3, h4, h5, h6, p, div, small, big, th, td, ul, ol, dl, form, img {
	border: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
body, font, th, td, p {
	font-size: 11px;
}
li {
	margin-left: 1.5em;
}
h1, h2, h3, h4, h5, h6, p {
	padding-bottom: 1em;
}

a:link {
	color: #000066;
	background-color: transparent;
}
a:visited {
	color: #440044;
	background-color: transparent;
}
a:active {
	color: #990000;
	background-color: transparent;
}
a:hover {
	color: #220044;
	background-color: transparent;
}

.body {
}
	 
.header {
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size:18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	color: #FFFFFF;
}
.text_sub_heading {
	font-size: 9.5px;
	font-weight:bold;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 8px;
}
.text_sub_heading_padded {
	font-size: 9.5px;
	font-weight:bold;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 5px 8px;
}
.text_padded {
	font-size: 9.5px;
	font-weight:bold;
	color: #333333;
	text-transform: uppercase;
	padding: 5px 8px;
}
.article_name {
	font-weight: bold;
	padding-left: 8px;
}
.article_name a:link {
	color: #333;
	text-decoration:none;
}	
.article_name a:visited {
	color: #333;
	text-decoration:none;
}	
.article_name a:hover {
	color: #093;
	text-decoration:underline;
}	
.article_name a:active {
	color: #333;
	text-decoration:none;
}	
.article_name_r {
	font-weight: bold;
	padding-right: 8px;
}
.top_pad_2px {
	padding-top: 3px;
}
.edit_form_td {
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 20px;
}
.table_text {
	font-size: 11px;
	font-weight: bold;
}
.page_desc {
	font-size: 12px;
	line-height: 16px;
	font-weight: lighter;
	color: #666666;
	text-transform: none;
}
.help {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	text-transform: none;
	padding-top:5px;
	padding-left:15px;
}
.advanced_search, .advanced_search a:link, .advanced_search a:visited {
	font-size: 8px;
	font-weight: normal;
	color: #666666;
	letter-spacing: 0px;
	padding-top: 16px;
	text-decoration: none;
}
.advanced_search a:active, .advanced_search a:hover {
	color: #000000;
	text-decoration: underline;
}

/* styles for upload */
.progresscontainer {
	width: 100px;
	height: 3px;
	background-color: #aaaaaa;
}

.progressbar {
	width: 0px;
	height: 3px;
	background-color: black;
}

.copyright, .copyright a:link, .copyright a:visited {
	font-size: 10px;
	line-height: 14px;
	font-weight: lighter;
	color: #666666;
	text-transform: none;
	text-decoration: none;
}
.copyright a:active, .copyright a:hover {
	color: #000000;
	text-decoration: underline;
}


