/*	Main Menu Style Settings  */
/* Main Menu Group Settings - (Applies to the main container) */
.cdd0_main_menu{
	background-color:#48555D;
	color:#FFFFFF;
	font-family:Arial;
	font-size:8.5pt;
	font-weight: bold;
	text-decoration: none;
}

/* Main Menu Item Settings */
.cdd0_main_items{
	background-color:#48555D;
	background-image:url(../images/button.header.inactive.jpg);
	background-position: right;
	background-repeat: no-repeat;
	text-transform: uppercase;
}

/* Main Menu Item Rollover Settings */
.cdd0_main_items_rollover{
	background-image:url(../images/button.header.active.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:8.5pt;
	font-weight: bold;
	text-transform: uppercase;
}

/* Sub Menu Style Settings */
/* Sub Menu Group Settings - (Applies to all sub containers) */
.cdd0_sub_menu{
	background-color:#CBE8FE;
	color:#000000;
	font-family:Arial;
	font-size:7.5pt;
	font-weight: bold;
	text-transform: uppercase;
	filter:progid:DXImageTransform.Microsoft.Fade(duration=.4);
}

/* Sub Menu Item Settings */
.cdd0_sub_items{
	background-image:url(../images/button.submenu.inactive.jpg);
	background-position:left;
	background-repeat:no-repeat;
	color:#000000;
	font-family:Arial;
	font-size:7.5pt;
	font-weight: bold;
	text-transform: uppercase;
}

/* Sub Menu Item Rollover Settings */
.cdd0_sub_items_rollover{
	background-image:url(../images/button.submenu.active.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color: #A3AAAE;
	cursor:pointer;
	color:#00529F;
	font-family:Arial;
	font-size:7.5pt;
	font-weight: bold;
	text-transform: uppercase;
}

/* Divider Style Settings */
/* Vertical Dividers */
.cdd0_dividers_vertical{
	background-color:#333333;
}

/* Horizontal Dividers */
.cdd0_dividers_horizontal{
	background-color:#CDCDCD;
}

/*	Optional Specific Settings */
/*
#cdd_item0_0
{
	CSS settings here for first main menu item
}

#cdd_item0_menu
{
	CSS settings here for main menu group
}
*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #48555D;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #00529f;
}
ul {
	line-height: 18pt;
}
li {
	line-height: 13pt;
}
h1 {
	font-size: 14pt;
	color: #00529f;
}
h1,h2,h3,h4,h5,h6 {
	line-height: 14pt;
	font-weight: bold;
	font-family: Times New Roman, Times, serif;
}
h2 {
	font-size: 12pt;
	color: #00529f;
}
h3 {
	font-size: 12pt;
	color: #000000;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}
h4 {
	font-size: 16pt;
	color: #FFF200;
	padding-top: 15px;
	margin-top: 30px;
}
.globalnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #48555D;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.globalnav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7A95A7;
	font-weight: bold;
	text-decoration: underline;
}
.spacing{
	padding: 10px;
}
.footerlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration: none;
}
.footerlink:hover {
	text-decoration: underline;
	color: #FFF200;
}
.legalcopy{
	color:#000000;
	font-family:Arial;
	font-size:7.5pt;
	font-weight: bold;
	text-transform: uppercase;
}
