body {
margin-top: 40px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #000000;
font-family: "Century Gothic", verdana, garamond, sans-serif;
font-size: 12px;
color: white;
}

.imgborder {
border: 6px solid white;
}


input, select, textarea {
font-family: "Century Gothic", verdana, garamond, sans-serif;
font-size: 12px;
}

form {
margin: 0px;
padding: 0px;
}

ul {
padding-left: 0px;
margin-left: 10px;
list-style:square;
}

fieldset{
border: 1px solid white;
padding: 5px;
}

legend{
font-weight:bold;
color: white;
font-size: 11px;
}


.label {
text-align: right;
background-color: #7F7F7F;
color: #efefe9;
}

.labeltop {
text-align: right;
background-color: #7F7F7F;
vertical-align: top;
color:#efefe9;
}

.val {
background-color: #7F7F7F;
color:#efefe9;
}

.error {
color: white;
border: 1px dotted white;
padding: 5px;
margin-bottom: 10px;
}

.notbold {
font-weight: normal;
}

.title, h1 {
font-size: 14px;
font-weight: bold;
padding-bottom: 10px;
padding-top: 0px;
margin-top: 0px;
font-variant: small-caps;
letter-spacing: 1px;
}

.subtitle, h2 {
font-size: 12px;
font-weight: bold;
padding-bottom: 10px;
padding-top: 0px;
margin-top: 0px;
font-variant: small-caps;
letter-spacing: 1px;
}

/* tables */

.tabletitle {
background-color: #CCCCCC;
color: black;
font-weight: bold;
}

.tablesubtitle {
background-color: #DEF1FF;
color: black;
font-weight: bold;
text-align: left;
vertical-align: middle;
border-top: 1px solid black;
border-bottom: 1px solid black;
padding: 2px;
margin: 2px;
}

.firstrow {
background-color: #DADADA;
font-weight: bold;
text-align: center;
vertical-align: top;
color: black;
}

.tablerow, .TableRow {
background-color: #7F7F7F;
vertical-align: top;
color:#efefe9;
}

.tablerowhighlight, .TableRowHighlight {
background-color: #ffffff;
vertical-align: top;
color:#000000;

}

.lastrow {
background-color: #FAEA11;
font-weight: bold;
text-align: center;
vertical-align: top;
}

.wayback {
border-top: 1px solid #efefe9;
border-bottom: 1px solid #efefe9;
color: white;
}

#nav {
border-left: 8px solid #efefe9;
border-right: 8px solid #efefe9;
border-top: 8px solid #efefe9;
border-bottom: 4px solid #efefe9;
background-color:#CCCCCC;
font-weight:bold;
text-align:center;
font-variant: small-caps;
letter-spacing: 1px;
}

#main {
border-left: 8px solid #efefe9;
border-right: 8px solid #efefe9;
border-bottom: 8px solid #efefe9;
padding: 20px;
background-color:#7f7f7f;
}

.whiteback {
background-color:#ffffff;
border: 8px solid #EFEFE9;
}

.footer {
font-size: 10px;
}



.buffer {
padding: 3px;
}

.code {
	border: 1px dashed red;
	text-align: center;
	padding: 10px;
}

.html {
	border: 1px dashed blue;
	text-align: center;
	padding: 10px;
}

/* Menus */

.selectedmainmenu {
color: #FFFFFF;
}

.deselectedmainmenu {
color: #efefe9;
}

.selectedtab {
color: #000000;
font-size: 20px;
font-weight: bold;
}


.homemenu {
font-size:16px;
color: #9A989D;
font-variant: small-caps;
letter-spacing: 1px;
}

/* Link Styles*/


a:LINK {color : #efefe9; Text-Decoration: none;}

a:VISITED {color : #efefe9; Text-Decoration: none;}

a:Hover {color : #efefe9; Text-Decoration: none;}

a:Active {color : #efefe9; Text-Decoration: none;}


a.mainmenu:LINK {color : #000000; Text-Decoration: none;}

a.mainmenu:VISITED {color : #000000; Text-Decoration: none;}

a.mainmenu:Hover {color : #000000; Text-Decoration: none;}

a.mainmenu:Active {color : #000000; Text-Decoration: none;}



a.homemenu:LINK {color : #9A989D; Text-Decoration: none;}

a.homemenu:VISITED {color : #9A989D; Text-Decoration: none;}

a.homemenu:Hover {color : #9A989D; Text-Decoration: none;}

a.homemenu:Active {color : #9A989D; Text-Decoration: none;}



td.tabletitle a:LINK {color : black; Text-Decoration: none;}

td.tabletitle a:VISITED {color : black; Text-Decoration: none;}

td.tabletitle a:Hover {color : black; Text-Decoration: none;}

td.tabletitle a:Active {color : black; Text-Decoration: none;}


/* auto sub-menu feature */

.subbottom {
background-color: #7F7F7F;
}

.submain {
background-color: #7F7F7F;
border-left: 1px solid #efefe9;
border-right: 1px solid #efefe9;
padding: 10px;
}

.subon {
background-color: #7F7F7F;
font-weight:bold;
text-align: center;
}

.suboff {
background-color: #7F7F7F;
border-bottom: 1px solid #efefe9;
text-align: center;
}

