/********************************************************/
/*************    Site Specific Styles    ***************/
/**********    Visible in content editor    *************/
/********************************************************/
/*.contentarea {
	font-size: 1.15em;
	font-family: Arial, Helvetica, sans-serif;
	color: red;
}*/
body {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 10px;/*62.5%;*/
	font-family: Arial, Helvetica, sans-serif;
}

.quote{
	font-style:italic;
}
	
.errorMsg{
	color:#ff0000;
	font-weight:bold;
}

HR {
	color: #999999;
	height: 1px;
	}

HR.ShortDivider{
	color: #999999;
	width: 100px;
	height: 1px;
	}

TD.Swatch	{
	border: solid 1px #cccccc;
	color: #001740;
	height: 19px;
	width: 75px;
}

TABLE.TableStyle1	{
border: solid 1px #001740;
}
TH.TableStyle1	{
	border: solid 1px #FCFCFC;
	background-color: #001740;
	color: #FCFCFC;
	font-weight: bold;
	text-align: center;
	font-size:9pt;
}
TD.TableStyle1	{
	border: solid 1px #001740;
	background-color: #FCFCFC;
	color: #001740;
	font-weight: normal;
	text-align: center;
	font-size:9pt;
}

TABLE.TableStyle2	{
border: solid 1px #0668B3;
}
TH.TableStyle2	{
	background-color: #0668B3;
	border: solid 1px #FCFCFC;
	color: #FCFCFC;
	font-weight: bold;
	text-align: center;
	font-size:9pt;
}
TD.TableStyle2	{
	background-color: #FCFCFC;
	border: solid 1px #0668B3;
	color: #0668B3;
	text-align: center;
	font-size:9pt;
}

/* note some styles adapted in ~\Radconfig\Editor\Skins\Default\Editor.css */
/* due to issues with relatively sized table fonts in the editor window    */

/**************************************************
/	 Default Style settings
/**************************************************/
#contentarea TABLE
{
		font-size: 9pt;
}

#contentarea P
{
	font-size: 9pt;
}
#contentarea H6
{
	font-size: 10pt;/*1.1em;*/
	color: #0668B3;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
#contentarea H5
{
	font-size: 10pt;/*1.1em;*/
	color: #0668B3;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
#contentarea H4
{
	font-size: 11pt;/*1.3em;*/
	color: #0668B3;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
#contentarea H3
{
	font-size: 11pt;/*1.3em;*/
	color: #0668B3;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
#contentarea H2
{
	font-size: 12pt;/*1.5em;*/
	color: #0668B3;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
#contentarea H1
{
	font-size: 12pt;/*1.5em;*/
	color: #0668B3;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

A:LINK {
	color:#0668B3;
}
A:VISITED {
	color:#0668B3;
}
A:HOVER {
	color:#ff0000;
}
A:ACTIVE {
	color:#ff0000;
}

#contentarea UL
{
	text-indent: 0;
	list-style-position: inside;
			font-size: 9pt;
}
#contentarea OL
{
		font-size: 9pt;
	}
#contentarea LI
{
	list-style-position: outside;
	list-style-type: disc;
	text-indent: 0;
	display: block;
		font-size: 9pt;
}

#contentarea BLOCKQUOTE
{
	}


