/* CSS Document */
body {
	background-color:#FFFFFF;
	margin:0;
	}

html, body {
	height: 100%;
}

table {
	border:none;
	}

img {
	border:none;
	}

.right {
	margin-left: 6px;
	float: right;
	display: block;
}

.left {
	margin-right: 6px;
	float: left;
	display: block;
}

a	{
	text-decoration:none;
	color: #2d30b7;
	}
	
a:hover, a:active	{
	text-decoration:underline;
	color:#31b763;
	}

p, li, td, th, body, input, select, textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	}

p {
	margin: 10px 0 10px 0;
	}

p.small {
	font-size: 8pt;
	font-style: italic;
	}

p.whatsnew {
	margin: 16px 0 12px 0;
	border-bottom: 12 px solid #003300;
	border-right: 12 px solid #003300;
	}

hr {
	color: #E5E4E4;
	height: 1px;
	padding: 0;
	margin: 0;
	}

td, th {
	vertical-align: top;
	}

th {
	white-space: nowrap;
	text-align: left
	}

h1, h2, h2, h4, h5, h6 {
	font-family: Verdana, Helvetica, sans-serif;
	color: #2d30b7;
	}

h1 {
	font-size: 16pt;
	font-weight: normal;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
	}

h2 {
	font-size: 12pt;
	margin: 16px 0 12px 0;
	border-bottom: 1px solid #9caaad;
	}
	
	.shopping {
	color:#000066
	}

h3 {
	font-size: 11pt;
	font-weight: normal;
	margin: 14px 0 6px 0;
	}

.video {
		color:#6D4AB3;
		}
		
.video a {
	color: #6D4AB3;
	text-decoration:none;
	}
	
.video a:hover, a:active	{
	color: #660000;
	text-decoration:none;
	}

h4 {
	font-size: 9pt;
	margin: 3px 0 4px 0;
	}

h5 {
	font-size: 9pt;
	font-weight: normal;
	font-style:italic;
	margin: 2px 0 4px 0;
	}

h6 {
	font-size: 9pt;
	font-weight: normal;
	margin: 1px 0 2px 0;
	}

ul, ol {
	margin: 6px 0 6px 20px;
	padding-left: 0px;
}
ul {
	list-style-type: square;
}

ul ul, ol ul{
	list-style-type:circle;
}

ul.nolist, ul.navlist {
	margin: 0;
	padding: 0;
}
ul.nolist li, ul.navlist li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.navlist li {
	font-size: 9pt;
	margin-bottom: 2px;
}

.paragraphspacing p{
	margin-bottom: 10pt;
}
.caption {
	color:#666666;
	font-size:7pt;
}

/* Layout
-------------------------------*/
table.bodylayout {
	margin: 0;
	padding: 0;
	}

/* Left Column
-------------------------------*/
td.leftcolumn {
	width: 184px;
	background-color:#68714C;
	margin: 0;
	padding: 0;
	}
/* Top Header
-------------------------------*/
.header {
	width: 100%;
	height: 24px;
	text-align:center;
	vertical-align:middle;
	background-color:#68714C;
	background-image:url("/images/header_back.gif");
	background-repeat:repeat-x;
	background-position: left top;
	padding: 0;
	white-space: nowrap;
	}
.header ul li {
	display: inline;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	white-space: nowrap;
	}
.header table td {
	display: inline;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	white-space: nowrap;
	}
.header a {
	padding: 2px 24px 2px 24px;
	color: #FFFFFF;
	}
.header a:hover, a:active	{
	text-decoration:none;
	}

td.pagehead {
	padding-left: 12px;
	padding-right: 12px;
	margin: 0;
	background-color:#666B99;
	height: 85px;
	vertical-align: bottom;
	background-repeat:no-repeat;
	background-position: right top;
	color: #FFFFFF;
}

td.pagehead td {
	vertical-align: bottom;
}


/* Body
-------------------------------*/
td.centercolumn {
	margin: 0;
	padding: 0;
	width: 900px;
	height: 100%;
	background-color:#FFFFFF;
	}
table.mainbody {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color:#FFFFFF;
	}
td.maincell {
	padding: 12px;
	height: 100%;
	background-color:#FFFFFF;
	}

/* Footer
-------------------------------*/
.footer {
	width: 100%;
	text-align:center;
	background-color:#9F9F79;
	color: #FFFFFF;
	padding: 4px 8px 4px 8px;
	}
.footer p {
	color: #000000;
	margin: 0;
	font-size: 10pt;
	}
.footer ul li {
	padding: 0 6px 0 8px;
	border-left: 1px solid #000000;
	display: inline;
	color: #000000;
	font-size: 10pt;
	font-weight:bold;
	}
.footer ul li.first {
	border-left: none;
	}

/* Box Styles
-------------------------------*/
	h2.sectionheadRed {
	display: block;
	color: #FFFFFF;
	background-color: #c01d34;
	padding: 2px 6px;
	border: none;
	margin: 10px 0 0 0;
	}
	
	h2.sectionheadBlue {
	display: block;
	color: #FFFFFF;
	background-color: #2d30b7;
	padding: 2px 6px;
	border: none;
	margin: 10px 0 0 0;
	}
	
	h2.sectionheadGreen {
	display: block;
	background-color:#404E14;
	color:#FFFFFF;
	padding: 2px 6px;
	border: none;
	margin: 0;
	}
	
	h2.sectionheadLGBlue {
	display: block;
	background-color:#639EF7;
	padding: 2px 6px;
	color:#FFFFFF;
	border: none;
	margin: 0;
	}

div.content_box, div.feature_box, div.nav_box, div.center_content_box, div.sub_box {
	background-color:#d1dcee;
	padding: 2px 6px 6px 6px;
	margin-bottom: 12px;
	border: 1px solid #E5E4E4;
	}
	
	div.content_boxS {
	background-color:#FFFFFF;
	padding: 2px 2px 2px 2px;
	margin-bottom: 12px;
	border: 1px solid #E5E4E4;
	}
	
	div.content_boxD {
	background-color:#FFFFFF;
	padding: 2px 2px 2px 2px;
	margin-bottom: 12px;
	border: 1px solid #999999;
	}
	
	div.content_boxGrey{
	background-color:#CCCCCC;
	padding: 2px 2px 2px 2px;
	margin-bottom: 12px;
	border: 1px solid #E5E4E4;
	}
div.content_box h3, div.feature_box h3, div.center_content_box h3 {
	margin: 6px 0 6px 0;
	border-bottom: 1px solid #E6E6E6;
}

div.content_box p {
	margin-bottom: 12px;
}

div.feature_box {
	background-color:#FFFFFF;
	border: none;
	}

div.sub_box {
	background-color:#E5E4E4;
	border: none;
	}

div.nav_box{
	background-color:#B4B8A6;
	border: none;
	}
div.nav_box h2 , div.nav_box p{
	color:#FFFFFF;
	}
	
h2.sectionheadDKBLUE{
	display: block;
	background-color:#639Ef7;
	color:#FFFFFF;
	padding: 2px 6px;
	border: none;
	margin: 0;
	}
	
div.content_infomodule h4{
	margin-bottom: 2px
}

	div.content_boxP {
	background-color:#FFCCFF;
	padding: 2px 2px 2px 2px;
	margin-bottom: 12px;
	border: 1px solid #E5E4E4;
	}

.rtf {
	padding-left: 6px;
	list-style-image: url("/images/doc.gif");
	}

.doc {
	padding-left: 6px;
	list-style-image: url("/images/doc.gif");
	}
	
.ppt {
	padding-left: 6px;
	list-style-image: url("/images/ppt.gif");
	}
	
.pdf, .PDF {
	padding-left: 6px;
	list-style-image: url("/images/pdf.gif");
	}
	
.audio {
	padding-left: 6px;
	list-style-image: url("/images/icon_audio_whitecircle.gif");
	}

.hide {
	display:none;
	}

