@charset "utf-8";
/* CSS Document */

.style1 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}


p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	line-height: 18px;
	padding: 2px;
}


.bold {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	display: block;
	text-decoration: none;
}

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.menu {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	display: block;
	padding: 4px;
	text-decoration: none;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;   
	padding: 4px;
	text-decoration: none;
}



.toppagenavi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	display: block;
	text-decoration: none;
	z-index: 2000;
}

.links {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	

}

.contentlinks {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	

}

.contentnavi {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000000;   
	text-decoration: none;
}


.toppagenavi-noblock {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;   
	text-decoration: none;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
}
.contentbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.tablecenter
{
	background-color:#FFFFFF;
	table-layout:fixed;
	font-family: Arial, Helvetica, sans-serif;
}

.cellcolor
{
	background-color:#FDF9DB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}

.cellcolorlink
{
	background-color:#FDF9DB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;

}
.cellcolorh1
{
	background-color:#CFC0A9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	color: #000000;
	text-decoration: none;

}

body {
	color: #000033;
	background-color: #464B71;
	background: #464B71 url(../images/backgrounds/snow-scen.jpg) 100% 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

.applemenu{

width: 170px; /*width of menu*/


}

.applemenu div.silverheader a{
background: #6096A8; 
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color: #000000;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 2px;
text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: #000000;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background: #FDEFCE;
color: #000000;

}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: #FDF9DB;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
color:#000000;
padding: 5px;
height: 350px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
overflow:hidden;
}



a:link {
	color: #6699FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3300CC;
}
a:hover {
	text-decoration: none;
	color: #3399FF;
}
a:active {
	text-decoration: none;
	font-size: 11px;
	color: #3366CC;
}
