a {
	color: #27d;
	text-decoration:none;
	font-weight:none;
}

a:hover {
	color: #27d;
	text-decoration: underline;
}

a.edit:link, a.edit:active, a.edit:visited {
font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}
a.edit:hover {
    font-size:10px;
    color: #CCCCCC;
    text-decoration: underline;
}

/* Menu
----------------------------------------------- */
#top_menu {
	height: 39px;
	background: url(./images/head_top_menu_bg.png) top repeat-x;
}

#top_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-left: 1px solid #576178;
	border-right: 1px solid #1f2635;
	position: absolute;
}

#top_menu  li {
	float: left;
	padding: 0;
	margin: 0;
}

#top_menu  ul a:link, #top_menu  ul a:visited {
	display: block;
	float: left;
	text-decoration: none;
	border-right: 1px solid #576178;
	border-left: 1px solid #1f2635;
	padding: 0 5px;
	color: #dee0e5;
	line-height: 37px;
	height: 37px;
}

#top_menu  ul li a:hover {
	background: url(./images/head_top_menu_hover.png);
	color: #333333;
	text-decoration: none;
}

#key-menu {
	float: right;
}

#key-menu ul, #key-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#key-menu li {
	float: left;
	background: url(./images/tab_a.png) 100% bottom;
	padding-right: 5px;
	margin-right: 1px;
}

#key-menu li a, #key-menu li span {
	display: block;
	float: left;
	padding: 7px 5px 7px 10px;
	background: url(./images/tab_a.png) 0 bottom;
	color: #003366;
	text-decoration: none;
}

#key-menu li a:hover {
	color: #FFF;
}

#key-menu li:hover a {
	background: url(./images/tab_c.png) 0 bottom;
	color: #666;
}

#key-menu li:hover {
	background: url(./images/tab_c.png) 100% bottom;
}

#key-menu li.current_page_item {
	background: url(./images/tab_b.png) 100% bottom;
	border-bottom-color: white;
}

#key-menu li.current_page_item a, #key-menu li.current span {
	background: url(./images/tab_b.png) 0 bottom;
	color: #333;
}

#key-menu li.current a:hover {
	color: #386FA5;
}

/* 3 Col Centered Float
----------------------------------------------- */
#main {
	margin-left:auto;
	margin-right:auto;
	background: url(./images/head_bg.png) repeat-x;
	padding: 0;
}

#header {
	text-align: left;
	width: 760px;
	height: 210px;
	background: url(./images/head_bg.png) repeat-x;
	}
	
.content {
	margin-top: 10px;
	}
	
.fancy { background-repeat: no-repeat; text-indent: -9000px; }
.fancy a { display: block; height: 24px; text-indent: -9000px; } 	

.logo {
	width: 131px;
	height: 151px;
	background: url(./images/logo.png) no-repeat;
	float: left;
	}
	
.head_text {
	width: 629px;
	float: left;
	height: 82px;
	background: url(./images/head_text.png) no-repeat;
	}

TABLE, TEXTAREA, INPUT { 
	font-family: Trebuchet MS, Tahoma, "Bitstream Vera Sans", Garuda, sans-serif;
	font-size:14px;
}
span.largefilename {
	font-size: 16px;
	font-weight: bold;
}

DIV.quote {
    border: 1px solid black;
    font: 9px;
    width: 95%;
}

TABLE.border {
	 border: 1px solid #5488BC;
}

TABLE.dashed {
     border: 1px dashed #000000;
}

td.questionoptions {
    background-color: #ffffff;
    color: #000000;
    font-size: 10px;
}

tr.row1 {
    background: url(./images/row1.gif) bottom;
	height: 50px;
}

tr.row2 {
    background: url(./images/row2.gif) bottom;
	height: 50px;
}

TD.header {
    font-size: 14px;
    font-weight: bold;
}

td.lightheader{
    color: #999999;
    font-size: 14px;
    font-weight: bold;
}

tr.sectionheader, td.sectionheader {
    background: url(./images/row_bg.gif) bottom;
    background-color: #006699;
    color: #333;
    text-align: center;
    font-weight: bold;
}

tr.fileheader, td.fileheader {
    background: url(./images/row_bg.gif) bottom;
    background-color: #a30404;
    color: #333;
    text-align: center;
    font-weight: bold;
}

span.small {
    font-size: 12px;
	color:#444;
    font-weight: normal;
}

BODY { 
	font-family: Tahoma, "Bitstream Vera Sans", Garuda, sans-serif;
	font-size:13px;
	padding: 0;
	margin: 0;
} 

.nav_bar {
	background:url(images/nav_bar.png) repeat-x bottom;
	border: #F0C002 1px solid;
	padding-left: 10px;}
	
.nav_bar a {
	color: #9D6F00}

.forminput {
	background-color:#FFFFFF;
	border: 1px #000000 solid;
	color: #FF0000;
	font-family:verdana;
	font-size:10px;
	padding-left:2px;
	padding-right:2px;
}

.textinput {
	background-color:#FFFFFF;
	border: 1px #000000 solid;
	color: #000000;
	font-family:verdana;
	font-size:11px;
	padding:2px;
	width:95%;
}

/* New in 3.6 */
tr.commentheader, td.commentheader {
    background-image: url(./images/comment_bg.gif);
    background-color: #a30404;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}
hr.comment {
	color: #000000;
	background-color: #000000;
	height: 1px;
	border: 0px;
}