/* CommonFonts */
.tinytext {
text-align: left;
font-family: verdana;
font-size: .9em; color: #888888;
font-weight: normal;
}

.tinytextbold {
text-align: left;
font-family: verdana;
font-size: .9em; color: #000000;
font-weight: bold;
}

.smalltext {
text-align: left;
font-family: arial;
font-size: 1em; color: #000000;
font-weight: normal;
}

.smalltextitalic {
text-align: left;
font-family: arial;
font-size: 1em; color: #000000;
font-style: italic;
}

.smalltextwhite {
text-align: left;
font-family: arial;
font-size: 1em; color: #ffffff;
font-weight: bold;
}

.smalltextbold {
text-align: left;
font-family: verdana;
font-size: 1em; color: #111111;
font-weight: bold;
}

.formtextbold {
text-align: right;
vertical-align: middle;
font-family: verdana;
font-size: 1.1em; color: #595959;
font-weight: bold;
}

.redbold {
text-align: left;
font-family: arial;
font-size: 1.2em; color: #ff0000;
font-weight: bold;
}

.webdings {
font-family: webdings;
font-size: .9em; color: #330099;
font-weight: normal;
}

/* Components */
.copyright {
text-align: left;
position: relative;
top: 4px;
left: 25px;
font-family: verdana;
font-size: .9em; color: #000000;
font-weight: normal;
}

.branding {
text-align: left;
font-family: verdana;
font-size: .8em; color: #aaaaaa;
font-weight: normal;
}

.loginarea {
background: #888888;
position: absolute;
right: 0px;
bottom: -30px;
text-align: right;
font-family: arial;
font-size: 1.1em; 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('../images/leftside.jpg'); 
background-repeat: no-repeat; 
background-position: top right;
}

.rmargin { 
background-color: #ffffff; 
background-image: url('../images/rightside.jpg'); 
background-repeat: no-repeat; 
background-position: top left;
}


/* GenericCSS */
BODY {background-color: #ffffff; font-family: verdana; font-size: 62.5%; color: #646464;}

ADDRESS, BLOCKQUOTE, CAPTION, CENTER, DD, DIR, DL, DT, FORM, MENU, PRE, TH, TABLE {font-family: verdana; color: #646464}

P {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.4em; color: #4B4B4B; text-align: left; margin-top: 2px; margin-left: 12px; margin-right: 0px; font-weight: normal; text-indent: 0px;}

P.smaller {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.3em; color: #202020; 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: 1em; color: #000000; text-align: left; margin-top: 2px; margin-left: 10px; margin-right: 10px; font-weight: normal; text-indent: 0px;}

ul{ font-size: 1.4em; }

HR {color: #cccccc;}

HR.grey {color: #AAAAAA;}

A {cursor: pointer;
background: transparent}

ADDRESS {font-style: italic}

BIG {font-size: 1.9em;}

BLOCKQUOTE {font-style: italic}

CITE {font-style: italic}

CODE, KBD, SAMP, TT {font-size: 14px}

H1 {font-size: 2.2em; font-weight: bold; font-style: font-family: Arial,sans-serif; color: #000000; margin-left: 12px;}

H2 {font-size: 1.8em; font-weight: bold; font-family: Arial,sans-serif;  color: #777777; margin-left: 12px;}

H3 {font-size: 1.7em; font-weight: bold; text-decoration: none; font-family: Arial,sans-serif; color: #000000; margin-left: 12px;}

H4 {font-size: 1.6em; font-weight: bold; font-family: Arial,sans-serif; color: #313131;; margin-left: 12px;}

H5 {font-size: 1.3em; font-weight: bold; font-family: Arial,sans-serif; color: #999999 margin-left: 2ex; margin-left: 12px;}

H6 {font-size: 1em; 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}

/* Grid */

.grid{
	border: 1px solid #CCC;
}

.grid th{
	background-color: #CCCCCC;
}

.grid td{
	padding: 5px;
	border: 1px solid #ccc;
}

