
body {
	background-color: #eeeeee;
	margin: 5;
	padding: 5;
}
p, body, td, ol, ul, menu, blockquote, div { 
	font-family: Trebuchet MS,Verdana,Arial,Helvetica;
	font-size: 10pt;
	color: #000033;
}

.main {
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	text-align: left;
	background: #ffffff;
	border:1px solid #aaaaaa;
	}

a {text-decoration: none;color: #000033;font-weight: bold;}
a:hover {text-decoration: underline;}
input {font-family: Trebuchet MS,Verdana, Arial, Helvetica;font-size : 10pt;}
textarea {font-family: Trebuchet MS,Verdana, Arial, Helvetica;font-size : 10pt;}

.sidebar {
	font-family: Arial,Helvetica;
	color: #ffffff;
	background-color: #3399cc;
	line-height: 18pt;
	padding: 4pt;
	font-weight: bold;
}
.sidebarLogo{background-color: #ffffff;padding: 6pt;}

.sidebarBox {
    font-size: 95%;
    background-color: white;
    color: black;
    border-collapse: collapse;
    padding: 0 10px 10px 10px;
}


.sidebarHeading {
	font-family: Arial,Helvetica;
	font-weight: bold;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.sidebarLink {
	font-family: Arial,Helvetica;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
}

.sidebarTitle {
    color: #3399CC;
	font-family: Arial,Helvetica;
	font-weight: bold;
}

.footer {font-family: Arial,Helvetica;font-size: 9pt; padding-top: 3px; background-color: #eeeeee; font-weight: normal}

.newsHeadline{font-size: 10pt;font-family: Arial,Helvetica;letter-spacing: 1pt;}
.highlightHeadline{font-weight: normal;}

.updateTime{font-size: 9pt;font-family: Arial,Helvetica; font-weight: normal}

.indexCategory{font-size: 12pt;font-weight: normal;font-family: Arial,Helvetica;}
.indexCategory:hover {color: #ffffff;background-color: #3399cc;}
.currentIndexCategory{font-size: 12pt;font-weight: normal;font-family: Arial,Helvetica;color: #ffffff;background-color: #000033;padding: 2px;}

.linkCell {padding: 5px; background-color: #ffffff; }
.linkCellOn {padding: 5px; background-color: #DEF1FC;}
.homeHeading{font-family: Arial,Helvetica;font-size: 13pt;font-weight: normal;margin-bottom: 8px;letter-spacing: 2pt;}

.code{font-family: Courier New,Courier; font-size: 11pt; font-weight: normal;}

.smaller{font-size: 8pt;font-family: Arial,Helvetica; font-weight: normal}

.columnHeading {font-weight: bold; background-color: #F2F2ED}
.columnDetail {background-color: #F2F2ED}
.columnDetailHighlight {background-color: #EDEDF2}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding-top: .5em;
    padding-bottom: .17em;
    border-bottom: 1px solid #aaaaaa;
}
h1 { font-size: 188%; }
h2 { font-size: 150%; }
h3, h4, h5, h6 {
    border-bottom: none;
    font-weight: bold;
}
h3 { font-size: 132%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }

ul {
    list-style-type: square;
    margin: 2px 0 0 15px;
    padding: 0;
    list-style-image: url(navybullet.gif);
}


