/* Elements */

ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, H1, H2, H3, H4, H5, H6, MENU, OL, P, TD, TH, UL {font: 100%/1 arial, sans-serif;}

/* Real styles */

A:link {color: #9FF;
background: transparent;
text-decoration: none}

A:visited {color: #C6C;
background: transparent;
text-decoration: none}

A:active {color: #C6C;
background: transparent;
text-decoration: none}

A:hover {color: #9FF;
background: transparent;
text-decoration: underline}

ADDRESS {margin: 0em 0% 0em 0%;
font: 100%/1 arial, sans-serif; 
}

BIG {font-size: 100%}

BLOCKQUOTE {margin: 0em 0% 0em 0%;
line-height: 1.2;
padding: 10px 30px 10px 30px;}

BODY {margin: auto;
padding: 0;
background: #000;
color: #FC3;
text-align: center;
}

BUTTON {cursor: auto}

CAPTION {margin: 0em 0% 0em 0%;
line-height: 1}

CODE {font-size: 100%;
font-family: monospace} /* To avoid overriding boldness/italicity by using font */

DIV {margin: 0em 0% 0em 0%;
line-height: 1;
}

DD {margin: 0em 0% 0em 0%;
line-height: 1}

DL {margin: 0em 0% 0em 0%}

DT {margin: 0em 0% 0em 0%;
line-height: 1}

FORM { margin: 0;
	padding: 0 }

H1 {margin: 0em 0% 0em 0%;
padding: 5px 8px 5px 8px;
font: bold 125%/1 arial, sans-serif; 
text-align: center;
}

H2 {margin: .5em 0% .5em 0%;
font: bold 105%/1 arial, sans-serif;
background: #000;
color: #66B3E5;
padding: 15px 10px 0px 10px;}

H3 {margin: .5em 0% .5em 0%;
font: bold 105%/1 arial, sans-serif;
background: #000;
color: #66B3E5;
padding: 15px 10px 0px 10px;
line-height: 1.2;
text-align: center;}

H4 {margin: .5em 0% .5em 0%;
font: bold 115%/1 arial, sans-serif;
background: #000;
color: #66B3E5;
padding: 15px 10px 0px 10px;
line-height: 1.2;
text-align: center;}

H5 {margin: .5em 0% .5em 0%;
font: bold 100%/1 arial, sans-serif;
padding: 10px 10px 0px 10px;}

H6 {margin: .5em 0% .5em 0%;
font: bold 100%/1 arial, sans-serif;
padding: 10px 10px 0px 10px;}

HR {margin-top: .5em;
margin-bottom: .5em;
margin-left: auto;
margin-right: auto;
text-align: center;
width: 98%;
height: 1px}

HTML {
background: #000000;
}

IMG { border: none; }

INPUT {cursor: auto;
}

KBD {font: 100% monospace}

LI {margin: 0;
line-height: 1.2;
padding: 0px 10px 0px 10px;}

OL {margin: 0;
padding: .75em 0% .75em 50px;
list-style: decimal;
text-align: left;}

UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {list-style: lower-alpha}

OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {list-style: lower-roman}

OL OL OL OL {list-style: decimal}

P	{	/* primitive version for css-1 agents */
	margin: 0 0 .5em 0;
	padding: 10px 10px 0px 10px;
	line-height: 1.2;
	text-align: left;
	}
#content p+p	{	/* sophisticated alternative for css-2 agents */
	margin-top:	-.5em;
	}

PRE {margin: 0em 0% 0em 0%;
font: 100%/1 monospace}

SAMP {font: 100% monospace}

SMALL {font-size: 100%}

SUB {font-size: 100%}

SUP {font-size: 100%}

TD {line-height: 1;
}

TEXTAREA {cursor: text;
margin-top: 5px}

TH {font-size: 100%;
line-height: 1;
font-weight: bold;
text-align: center;}

TT {font: 100% monospace}

UL { margin: 0;
padding: .75em 10px .75em 50px;
list-style: disc;
text-align: left;
}

UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {list-style: circle}

OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {list-style: square}

UL UL UL UL {list-style: disc}


/* Classes */

#content {
text-align: left;
}

#footer {
	font-size: 75%;
	text-align: center;
	padding: 20px 0 0 0;
	}

/* IDs */
	
.divider {
background: url(images/topbkg.gif) repeat-x;
}

img.left { float: left;
           margin: 14px 10px 3px 10px;
}
img.right { float: right;
			margin: 14px 10px 3px 10px;
}

.revhigh {
color: #66B3E5;
}

select.styledrop {border:1px solid #cccccc; background-color:#fee1aa; color: #003366;}
select.styledrop option {border-bottom:1px solid #cccccc; color: #003366;}

