/* CSS Document */

a:hover {
	background-color: #000000;
	color: #DDFFDD;
	text-decoration: underline;
}

a:link {
	background-color: #000000;
	color: #DDFFDD;
	text-decoration: none;
}

a:visited {
	background-color: #000000;
	color: #FFDDDD;
	text-decoration: none;
}

a.menu:hover {
	text-decoration: underline;
}

body {
	background-color: #000000;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif, serif;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}

img {
	border: 0;
}

input {
	background-color: #333333; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif, serif; 
	font-size: 10px; 
	border-width: 1px;
	border-style: groove;
	border-color: #111111;
}

table {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
}

table.standard th {
	border-width: 1px;
	padding: 1px;
	border-style: none;
}

table.standard td {
	border-width: 1px;
	padding: 1px;
	border-style: none;
}

textarea {
	background-color: #333333; 
	color: #ffffff; 
	font-family: Verdana, Arial, Helvetica, sans-serif, serif; 
	font-size: 10px; 
	border-width: 1px;
	border-style: groove;
	border-color: #111111;
}

.footer {
	background-color: #000000;
	color: #CC0000;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

.hr {
	background-color: #000000;
	color: #FF0000;
}

.menu {
	background-color: #000000;
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
}

.menuitem {
	cursor: pointer;
	font-size: 9px;
}

.menusign {
	background-color: #000000;
	color: #CC0000;
	font-size: 9px;
}

.notice {
	background-color: #000000;
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.highlight {
	background-color: #000000;
	color: #FFFF00;
	font-weight: bold;
}

.subliminal {
	background-color: #000000;
	color: #111111;
	font-size: 9px;
}

.submenu {
	margin-bottom: 0.25em;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	text-align: center;
}

.subtitlenote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.tabletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.tabletitlenote {
	font-weight: normal;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
}

.titlenote {
	background-color: #000000;
	color: #00CC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}


.automargin {
	margin-left: auto;
	margin-right: auto;
}

div.centered {
    text-align: center;
}
div.centered table {
    margin: 0 auto; 
}
div.alignleft {
    text-align: left;
}
span.alignleft {
    text-align: left;
}
span.centered {
    text-align: center;
}
p.alignleft {
    text-align: center;
}
p.centered {
    text-align: center;
}

.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.timestamp {
	text-align: right;
}
