h1 {font-size:20pt; font-family:Arial; color:#ffffff;}
h2 {font-size:14pt; font-family:Arial; color:#ffffff;}
h3 {font-size:13pt; font-family:Arial; color:#ffffff;}
h4 {font-size:12pt; font-family:Arial; color:#ffffff;}
h5 {font-size:10pt; font-family:Arial; color:#ffffff;}
h6 {font-size:10pt; font-weight:bold;}

a:link {color: #404040; text-decoration: none; background-color: transparent; }
a:visited { color: #404040; text-decoration: none; background-color: transparent; }
a:hover { color: #000000; text-decoration: none; background-color: transparent; }
a:active { color: #000000; text-decoration: none; background-color: transparent; }

body
	{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		background: #000000;
	}
	
#container
	{
		width: 800px;
		padding: 30px;
		border: 2px solid #ccc;
		background: #a00020;
	}

/* Navigation tabs */
.navtabs {
 background-color:#a00020;
 width:100%;
 border-bottom:2px solid #222;
 height:26px;
 padding:5px 0 0 0;
}

.navtabs .item {
 margin:0 5px 0 5px;
 padding:0 7px 0 7px;
 border-top:2px solid #222;
 border-left:2px solid #222;
 border-right:2px solid #222;
 font-size: 12px;
 font-weight: bold;
 float:left;
 height:25px;
 background-color:#bbb;
}

.navtabs .itemright {
 margin:0 5px 0 5px;
 padding:0 7px 0 7px;
 border-top:2px solid #222;
 border-left:2px solid #222;
 border-right:2px solid #222;
 font-size: 12px;
 font-weight: bold;
 float:right;
 height:25px;
 background-color:#bbb;
}

.navtabs .itemselected {
 margin:0 5px 0 5px;
 padding:0 7px 0 7px;
 border-top:2px solid #222;
 border-left:2px solid #222;
 border-right:2px solid #222;
 font-size: 12px;
 font-weight: bold;
 float:left;
 height:26px;
 background-color:#fff;
}

.navtabs a {
 text-decoration:none;
}

.navjump {
 float:right;
 padding:0 5px 0 0;
}

#pagecontent {
 width:570px;
/* width:75%; */
 padding:7px;
}

