.topbar {
	font-family:verdana; 
	font-size:11px; 
	font-weight:bold;
	color:black; 
	background-image: url('/images/topbar.jpg');
	background-repeat: repeat-x;
	text-align:right;
	padding-right:10px;
}

.selectednav {
	font-family:verdana;
	font-weight:bold;
	font-size:10px;
	color:white;
	background-image: url('/images/nav-bar-selected.jpg');
	background-repeat: repeat-x;
	text-align:center;
}

.nav {
	font-family:verdana;
	font-weight:bold;
	font-size:10px;
	color:white;
	background-image: url('/images/nav-bar.jpg');
	background-repeat: repeat-x;
	text-align:center;
}

.navlink {
	font-family:verdana;
	font-weight:bold;
	font-size:10px;
	color:white;	
	text-align:center;
	text-decoration:none;
}

.navlink:hover {
	text-decoration:underline;
}

.navsep {	
	font-size:0px;
	background-image: url('/images/nav-bar-sep.jpg');
	background-repeat: no-repeat;
}

.content {
	font-family:arial;
	font-weight:normal;
	font-size:12px;
	color:#0F0F0F;
	text-align:justify;
}

.content2 {
	font-family:arial;
	font-weight:normal;
	font-size:12px;
	color:#0F0F0F;	
}

.content11 {
	font-family:verdana;
	font-weight:normal;
	font-size:11px;
	color:#0F0F0F;
}


.formlabel {
	font-family:arial;
	font-weight:normal;
	font-size:12px;
	color:#0F0F0F;	
	padding-left:30px;
}

.formnotice {
	font-family:arial;
	font-weight:normal;
	font-size:10px;
	color:#ff0000;
	text-align:center;
}

.formheading {
	font-family:arial;
	font-weight:bold;
	font-size:16px;
	color:#003399;
}

.mainarticle {
	font-family:verdana;
	font-weight:bold;
	font-size:24px;
	color:#003399;	
	text-decoration:none;
}

h1 {
	font-family:verdana;
	font-weight:bold;
	font-size:9px;
	color:#000000;	
	text-decoration:none;
	padding:0;
}

h2 {
	font-family:verdana;
	font-weight:bold;
	font-size:24px;
	color:#003399;	
	text-decoration:none;
	padding:0;
	margin-bottom:-12;
	margin-top:-5;
}


.mainarticle:hover {
	text-decoration:underline;
}

.otherarticle {
	font-family:verdana;
	font-weight:bold;
	font-size:14px;
	color:#003399;	
	text-decoration:none;
}

.otherarticle:hover {
	text-decoration:underline;
}

.otherarticlelist {
	font-family:verdana;
	font-weight:bold;
	font-size:11px;
	color:#003399;	
	text-decoration:none;
}

.otherarticlelist:hover {
	text-decoration:underline;
}

.link {
	font-family:verdana;
	font-weight:normal;
	font-size:11px;
	color:#0000FF;
	text-decoration:none;
	line-height:25px;
}

.link:hover {	
	text-decoration:underline;
}

.sectionheading {
	font-family:verdana;
	font-weight:bold;
	font-size:11px;
	color:#CB0100;
}

.copyright {	
	font-family:verdana;
	font-size:10;
	color:#6B6B6B;
}

.rightalignbox {
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}

.rightalignboxcontent {
	font-family:arial;
	font-weight:normal;
	font-size:12px;
	color:#0F0F0F;
	padding: 7px;
	text-align:justify;
}

.smallinputbox {
	font-family:arial;
	font-weight:normal;
	font-size:10px;
	color:#0F0F0F;
}

.headerlink {
	font-family:verdana; 
	font-size:11px; 
	font-weight:bold;
	color:#336699;	
	text-decoration:none;
}

.headerlink:hover {
	text-decoration:underline;
}

.regularlink {
	color:#0000ff;
	text-decoration:none;
}

.regularlink:hover {
	text-decoration:underline;
}

.error_list {
	font-family:arial;
	font-weight:normal;
	font-size:12px;
	color:#ff0000;
}

table.errorbox {
	border-width:1px;
	border-color:#2A4C7A;
	border-style:dashed;	
}

.orangelink {
	font-family:arial;
	font-weight:bold;
	font-size:16px;
	color:#ff7200;
	text-decoration:none;
}

.orangelink:hover {
	text-decoration:underline;
}


.forumbar {
	font-family:verdana;
	font-weight:bold;
	font-size:10px;
	color:white;
	background-image: url('/images/nav-bar.jpg');
	background-repeat: repeat-x;
	text-align:center;
}

.forumcontent {
	font-family:arial;
	font-weight:normal;
	font-size:12px;
	color:#0F0F0F;
	text-align:justify;
	padding:5px;
}