/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

H1 { font-family: 'Arial', 'Sans-Serif';font-style: normal;font-weight: 600;font-size: 12pt;color: #4A5ABC;text-align: left;}

h2 { font-family: 'Arial', 'Sans-Serif';font-style: normal;font-weight: 600;font-size: 12pt;color: #42445D;}

h3 { font-family: 'Arial', 'Sans-Serif';padding-top: 10;font-style: normal;font-weight: 600;font-size: 11pt;color: #4A5ABC;}

h4 { font-family: 'Arial', 'Sans-Serif';font-style: normal;font-weight: 600;font-size: 10pt;color: #42445D;}

h5 { font-family: 'Arial', 'Sans-Serif';font-style: normal;font-weight: 600;font-size: 10pt;color: #4A5ABC;}

h6 { font-family: 'Arial', 'Sans-Serif';font-style: normal;font-weight: 600;font-size: 10pt;color: #42445D;}

p { font-family: 'Arial', 'Sans-Serif';font-weight: normal;font-size: 10pt;color: #000000;}

td { font-family: 'Arial', 'Sans-Serif';font-weight: normal;font-size: 10pt;}

UL { font-family: 'Arial', 'Sans-Serif';font-weight: normal;font-size: 10pt;color: #000000;}

OL{ font-family: 'Arial', 'Sans-Serif';text-align: left;color: #000000;font-size: 10pt;}

li { font-family: 'Arial', 'Sans-Serif';font-weight: normal;font-size: 10pt;color: #000000;}

.white { font-family: 'Arial', 'Sans-Serif';font-weight: normal;font-size: 11pt;color: #ffffff;}

.blue { font-family: 'Arial', 'Sans-Serif';font-weight: normal;font-size: 10pt;color: #4A5ABC;}

.boldblue { font-family: 'Arial', 'Sans-Serif';font-weight: bold;font-size: 10pt;color: #4A5ABC;}

.copyright { font-family: 'Arial', 'Sans-Serif';font-style: normal;align:center;font-weight: normal;font-size: 8pt;color: #666666;}

.jumps { font-family: 'Arial', 'Sans-Serif';font-weight: normal;font-size: 8pt;color: #4A5ABC;}

#tableLayout {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#divContainer {
	background-color: #FFFFFF;
	padding-top: 0px;
	width: 100%;
}
#tdLeftNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
	width: 149px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding: 0px 0px 10px;
	vertical-align: top;
	background-color: #DAE1E8;
}
#tdColumnBorder {
	width: 400px;
	margin-top: -1px;
}
#tdLeftCap {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	width: 150px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	
}
#tdContentCap {
	height: 26px;
	width: 200px;
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#tdContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
	width:auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding: 0px 5px 20px;
	vertical-align: top;
	line-height: 1.5em;
}

#tdBodyCap {
	width: 400px;
}
#tdBodyContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	color: #999999;
	padding-right: 20px;
	padding-left: 10px;
}
#featureProperty {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1em;
	color: #666666;
	width: 200px;
}
#tdRightContent {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding-right: 20px;
	padding-left: 10px;
}
#tdRightCap {
	
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-transform: none;
	color: #FFFFFF;
	font-weight: bold;

}

#sectionLinks h3{
	padding: 10px 5px 2px 5px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 5px;
	color: #FFFFFF;
	background-color: #4C5CBE;
}

#sectionLinks a:hover{
	background-color: #A1A1A1;
	background-image: none;
	font-weight: bold;
	padding: 3px 0px 3px 5px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


.videoholder {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
