/* CommonFonts */
.tinytext {
text-align: left;
font-family: verdana;
font-size: 8px; color: #888888;
font-weight: normal;
}

.tinytextbold {
text-align: left;
font-family: verdana;
font-size: 8px; color: #000000;
font-weight: bold;
}

.smalltext {
text-align: left;
font-family: arial;
font-size: 10px; color: #000000;
font-weight: normal;
}

.smalltextitalic {
text-align: left;
font-family: arial;
font-size: 10px; color: #000000;
font-style: italic;
}

.smalltextwhite {
text-align: left;
font-family: arial;
font-size: 10px; color: #ffffff;
font-weight: bold;
}

.smalltextbold {
text-align: left;
font-family: verdana;
font-size: 10px; color: #111111;
font-weight: bold;
}

.greentext {
text-align: left;
font-family: arial;
font-size: 12px; color: #009999;
font-weight: bold;
}

.webdings {
font-family: webdings;
font-size: 9px; color: #330099;
font-weight: normal;
}

/* Components */
.branding {
text-align: left;
font-family: verdana;
font-size: 8px; color: #aaaaaa;
font-weight: normal;
}

.loginarea {
background: #888888;
position: absolute;
right: 0px;
bottom: -30px;
text-align: right;
font-family: arial;
font-size: 11px; color: #ffffff;
font-weight: bold;
}

.bodybg { 
background-color: #ffffff; 
background-image: url('../images/bodybg.jpg'); 
background-repeat: repeat-x; 
background-position: top;
}

.lmargin { 
background-color: #ffffff; 
background-image: url(''); 
background-repeat: no-repeat; 
background-position: top;
}

.rmargin { 
background-color: #ffffff; 
background-image: url(''); 
background-repeat: no-repeat; 
background-position: top;
}

.sidebar {
background: #ffffff;
font-family: arial;
font-size: 10px; 
border-style: none;
border-width: 1px;
border-color: #339966;
margin-right:14px;
margin-left:6px;
}

/* GenericCSS */
BODY {background-color: #ffffff; font-family: verdana; font-size: 8px; color: #1D4B1B;}

ADDRESS, BLOCKQUOTE, CAPTION, CENTER, DD, DIR, DL, DT, FORM, MENU, PRE, TH, TABLE {font-family: verdana; font-size: 10px; color: #0066cc}

P {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #1D4B1B; text-align: left; margin-top: 2px; margin-left: 12px; margin-right: 0px; font-weight: normal; text-indent: 0px;}

P.sidebar {font-family: arial; font-size: 10px; color: #000000; text-align: left; margin-top: 2px; margin-left: 10px; margin-right: 10px; font-weight: normal; text-indent: 0px;}

UL.body {font-family: verdana; font-size: 11px; color: #222222; font-weight: bold;}

LI.body {padding-bottom: 5px;}

LI.bodysmall {padding-bottom: 0px; padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px; font-family: verdana, arial; font-weight: bold;  font-size: 10px;  line-height: .7em;}

UL.small {font-family: verdana; font-size: 10px; color: #3ab830; margin-left: 18px; margin-top: 8px; margin-bottom: 8px; font-weight: bold; line-height: 1em;}

LI.small {padding-bottom: 5px;}

HR {color: #cccccc;}

HR.grey {color: #AAAAAA;}

A {cursor: pointer;
background: transparent}

ADDRESS {font-style: italic}

BIG {font-size: 19px}

BLOCKQUOTE {font-style: italic}

CITE {font-style: italic}

CODE, KBD, SAMP, TT {font-size: 14px}

H1 {font-size: 22px; font-weight: bold; font-style: font-family: Arial,sans-serif; color: #000000; margin-left: 12px;}

H2 {font-size: 18px; font-weight: bold; font-family: Arial,sans-serif;  color: #777777; margin-left: 12px;}

H3 {font-size: 13px; font-weight: bold; text-decoration: none; font-family: Arial,sans-serif; color: #949494; margin-left: 12px;}

H4 {font-size: 12px; font-weight: bold; font-family: Arial,sans-serif; color: #63AB5A; margin-left: 12px;}

H5 {font-size: 12px; font-weight: bold; font-family: Arial,sans-serif; color: #999999 margin-left: 2ex; margin-left: 12px;}

H6 {font-size: 10px; font-weight: normal; font-family: verdana,sans-serif;  color: #999999; margin-left: 12px;}

HTML {margin: 0; 
padding: 0}

INPUT {cursor: auto}

PRE {margin-left/* */ : 0;
white-space: pre}

SMALL, SUB, SUP {font-size: 9px}

TEXTAREA {cursor: text}

TD {margin-left: 0}

TH {font-weight: bold;
text-align: center;
margin-left: 0}

PRE {border: solid thin;
padding: 1em 3%}

IMG {border: none}

/* ImagePlacement */
.imageleft {
float: left;
margin: 2px 10px 2px 10px;
	border-style:solid;
	border-color:#000000;
	border-width:0px;
}

.imageright {
float: right;
margin: 2px 4px 10px 10px;
	border-style:solid;
	border-color:#000000;
	border-width:0px;
}

/* Positional */
#homecontent {
position:absolute;
width:680px;
left:50%;
margin-left:-340px;
top:275px;
}


/* Effects */
.gradualshine {filter: alpha(opacity=0); -moz-opacity:0.3;  cursor : hand;}

.gradualshineo {filter: alpha(opacity=50); -moz-opacity:0.3;  cursor : hand;}


/* Links */
A:link {color: #0066cc;
text-decoration: none}

A:visited {color: #0066cc;
text-decoration: none}

A:active {color: #0066cc;
text-decoration: none}

A:hover {color: #0066cc;
text-decoration: underline}


A:link.nav {color: #36b62e;
text-decoration: none}

A:visited.nav {color: #36b62e;
text-decoration: none}

A:active.nav {color: #36b62e;
text-decoration: none}

A:hover.nav {color: #36b62e;
text-decoration: underline}
/* Grid */

.grid{
	border: 1px solid #CCC;
}

.grid th{
	background-color: #CCCCCC;
}

.grid td{
	padding: 5px;
	border: 1px solid #ccc;
}

