/**************************************************
/	 General site settings 
/**************************************************/
/*
BODY	{
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/assets/images/tile.gif);
	color: #00000;
	}
*/
/********************************************************/
/*************    Site Specific Styles    ***************/
/**********    Visible in content editor    *************/
/********************************************************/


.bodytext{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 18px;
	font-size: x-small; 
}

.largerbodytext{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small; 
	color:#000000;
}

.small{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: xx-small;
}

.quote{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
font-style:italic;
}
	
.errorMsg{
font-family: Tahoma, Arial, Helvetica, sans-serif;
color:#FD1813;
font-size: xx-small;
font-weight:bold;
}

HR.ShortDivider{
	color: #333333;
	width: 100px;
	height: 1px;
	text-align: left;
	}

TABLE.Data	{
border: solid 1px black;
}
TD.Data	{
	border: solid 1px #E8E8E8;
	background-color: #4CBCD7;
	color: #ffffff;
	font-weight: bold;
	font-size: xx-small;
	text-align: center;
}
TD.Data2	{
	background-color: #E8E8E8;
	border: solid 1px Gray;
	color: Gray;
	font-size: xx-small;
	text-align: center;
}
TD.Data3	{
	border: solid 1px #E8E8E8;
	color: #000000;
	font-size: xx-small;
	text-align: center;
}

/**************************************************
/	 Default Style settings
/**************************************************/
TABLE
{
	color:#000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: x-small; 
}

TD
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: x-small; 
	color:#000000;
}

P
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: x-small; 
	color:#000000;
	}

H6
{
	color: #000000;
	font-size : x-small;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
H5
{
	color: #000000;
	font-size : smaller;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
H4
{
	color: #000000;
	font-size : small;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
H3
{
	color: #000000;
	font-size : medium;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
H2
{
	color: #000000;
	font-size : large;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
H1
{
	color: #000000;
	font-size : x-large;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

A:LINK {
	color: #4CBCD7;
}
A:VISITED {
	color: #4CBCD7;
}
A:HOVER {
	color:red;
}
A:ACTIVE {
	color:#4CBCD7;
}
A.NonVisibleLink	{
	text-decoration: none;
	color:#000000;
}
A:LINK.NonVisibleLink	{
	text-decoration: none;
	color:#000000;
}
A:HOVER.NonVisibleLink	{
	text-decoration: none;
	color:#000000;
}
A:ACTIVE.NonVisibleLink	{
	text-decoration: none;
	color:#000000;
}
A:VISITED.NonVisibleLink	{
	text-decoration: none;
	color:#000000;
}
UL
{
	color: #000000;
	font-size : x-small;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-indent: 0;
	list-style-position: inside;
	}
OL
{
	color: #000000;
	font-size : x-small;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}
LI
{
	color:#000000;
	font-size : x-small;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: disc;
	text-indent: 0;
	display: block;
	}

BLOCKQUOTE
{
	color: #000000; 
	font-size : x-small;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}

.baseCMS{
	background-color: transparent; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: x-small; 
	color:#000000;
}


