/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */

p,h1,h2,h3,h4,h5,h6,ul,ol {margin-bottom: 1em;}

BODY
{ 
    margin: 0px auto;
    text-align: center;
    color: #333; 
	background-color: #ccccff;
	font-family: Verdana, Arial, helvetica, Sans-Serif;
	font-size: 9pt;
}

A 
{
    color: #0000ff;
    text-decoration: none;
}
A:hover
{
    color: #FF0000;
    text-decoration: underline;
}
H1, H2, H3, H4, H5, H6 
{
    font-family: Verdana, Arial, helvetica, Sans-Serif;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #006600;
}
H1
{
    font-size: 11pt;
    margin: 20px 0px;
}
H2
{
    margin-bottom: 10px;
    font-size: 9pt;    
}
H3, H4, H5, H6
{
    margin-bottom: 10px;
    font-size: 8pt;
}
HR
{
    color:#000000; 
    height:1; 
    width:100%;
}

.LeftMenu, A.LeftMenu:visited, A.LeftMenu:active {border: 1px solid #999999; padding: 3px; background-color: #E6F0E9; width: 100%; text-decoration: none; margin-bottom: 2px; font-family: verdana, arial, helvetica, sans-serif; font-size: 8pt;}
A.LeftMenu:hover {background-color: #eeeeee; text-decoration:none;}
.HorizontalPad {padding: 0px 10px}
.TextSmall{font-size: 8pt; font-family: verdana, arial, helvetica;}
.TextError, .Error {background-color: #aa0000; color: #ffffff; font-size: 11pt; font-weight: bold;}
.TextSuccess, .Success {background-color: #00aa00; color: #ffffff; font-size: 11pt; font-weight: bold;}
.TableHeader {font-size: 11pt; background-color: #aaccaa; font-weight: bold;}
INPUT.Button, .Button {
  BORDER: black 1px solid;
  FONT-SIZE: 11px;
  padding: 0;
  height:20;
  color:#000000;
  background-image: url("/i/button-bg.gif");
  background-repeat: repeat;
  background-color: #ffffff;
  background-position: top right;
  text-decoration: none;
  cursor: hand;
} 
.Border{border: solid #000066 1;}
.T1{background-color:#E4E0FE}
.T2{background-color:#CFDAFE}
.blockq{color:#FF9223; text-align: center; font-family: verdana, tahoma, arial, helvetica;}

#container 
{
    text-align: left;
    width: 775px;
    margin: 0px auto;
    padding: 0px;
    background-color: #fff;
}
#content
{
    float: right;
    width: 590px;
    border: solid 0px #ccc;
}

#f
{
    clear: both;
    font-size: 8pt;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-right: 10px;
}

#mainnav
{
    background-color: #e0e0e0;
    border-top: solid 1px #666666;
    font-weight: bold;
    font-size: 9pt;
    padding: 5px 10px;
    text-align: right;
}
#mainnav A 
{
 padding: 0px 5px;
 color: #0000ff;   
}
#mainnav A:hover
{
    color: #FF0000;
}
#search {padding: 5px 10px; background-color: #696; text-align: right;}
#secnav
{
    width: 180px;
    float: left;
    border: solid 0px #ccc;
}

#secnav A
{
    font-size: 8pt;
    padding: 3px 0px 3px 10px;
    border-bottom: solid 1px #e0e0e0;
    display: block;
}

#secnav H2
{
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    background-color: #e0e0e0;
    border: solid 1px #666666;
    padding: 3px;
}