@charset "utf-8";
/* CSS Document */

a {
   color: #0066CC;
   font-weight: bold;
   outline: none;
   text-decoration: none;   
}

a.header {color: #FFFFFF;
}

a:hover {
color: #FF6600; text-decoration: none;
}

body {text-align: center; background-color: #003366; }

#container { text-align:left; width:1024px; height: 3000px; margin:0 auto; position:relative; background-color:#FFF;
 }


img  {  border-style: none;
    }

input {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 75%;
	color: #000000;
}

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: dotted 1px #FFFFFF;
}

.links_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	font-weight: normal;
	border-bottom: dotted 1px #FFFFFF;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #FFFFFF;
	font-weight: bold;
}

table {border-style: none none none none
}

.dottedline {
	border-top: 1px dotted #0066CC
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 75%;
	color: #000000;
}

h2 {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	font-weight: bold;
}

h3 {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FF6600;
	font-weight: bold;
}

.PageHeader {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 87.5%;
}

td.heading {
	height: 20px;
	font-family: "Times New Roman", Times, serif ;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	background-image: url(../img/header_bkgd.gif);
	background-repeat: repeat-x;
}

.LargeItem {
	font-family: Arial, Helvetica, sans-serif;
	color: #06C;
	font-weight: bold;
	font-size: 100%;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	font-weight: normal;
}

.blue {
	color: #0066CC;
}
	
.orange {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-weight: bold;
}
.pic {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
	
p  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 75%;
	color: #000000;}

table.panel {
    border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: none;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	font-weight: normal;
	}
	
	table.panel th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
    }

    table.panel td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
    }
	
td {font-family: Arial, Helvetica, sans-serif;
}

td.item {text-align: center;
vertical-align:middle;}

td.border_right {border-right: dotted 1px #0066CC;
}

td.border_top {border-top: dotted 1px #0066CC;
}

ul {margin-top: 0}

