BODY
{
	margin: 5px;
	font-weight: normal;
	font-size: 0.7em;
	word-spacing: normal;
	text-transform: none;
	color: white;
	font-family: 'Microsoft Sans Serif';
	letter-spacing: normal;
	background-color: #50003b;
}

H1	{	
    FONT-FAMILY: Microsoft Sans Serif;
	font-size:	2.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: DarkBlue;
	border: outset 4px #ffffcc;
	padding: 3px;
	text-align: center;
}
H2	{	
    FONT-FAMILY: Microsoft Sans Serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
    FONT-FAMILY: Microsoft Sans Serif;
	font-size:	1.58em;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
    FONT-FAMILY: Microsoft Sans Serif;
	font-size:	1.33em;
	font-weight:	bolder;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
    FONT-FAMILY: Microsoft Sans Serif;
	font-size:	1.18em;
	font-weight:	bolder;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
    FONT-FAMILY: Microsoft Sans Serif;
	font-size:	0.9em;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 0px;
	}	
		
THEAD	{	
	font-size:	0.9em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
	}	
		
TFOOT
{
	font-weight: normal;
	font-size: 0.7em;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
	}	

.aActiveFoot {background-color: darkblue; font-size: 0.8em}	
.aActiveFoot A
{
	color: #66ffff;
}

.aInactiveFoot {background-color: darkblue; font-size: 0.8em}	
.aInactiveFoot A
{
	color: #6699ff;
}

SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.heading
{
	vertical-align: top;
	width: 150px;
	background-color: transparent;
}

.heading2
{
	border: white 5px solid;
	vertical-align: top;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c9b6e3, endColorstr=#50003b, GradientType=1);
	background-color: #c9b6e3;
}

.heading2 IMG
{
	padding: 5px;
}

.navbar
{
	border-right: white 2px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 2px solid;
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	width: 100%;
	color: white;
	padding-top: 4px;
	font-family: Arial;
	background-color: #c8b5e3;
	color: navy;
}
.navbar A:link
{ 
	color: navy;
	font-weight: bold; 
	text-decoration: underline;
}
.navbar A:visited 
{
	color: navy;
	font-weight: bold; 
	text-decoration: underline
}

.navbar A:hover
{
	color: blue;
	font-weight: bold; 
	text-decoration: underline
}

.contenttd
{
border-right: white 2px solid;
border-top: white 1px solid;
border-left: white 1px solid;
border-bottom: white 2px solid;
color: White;
}
.contentdiv
{
border-right: #c000c0 5px outset;
border-top: #c000c0 2px outset;
border-left: #c000c0 2px outset;
border-bottom: #c000c0 5px outset;
color: White;
}
.contentdiv p
{
	margin-top: 0px;
	margin-bottom: 18px;
}

.tabPersonalList
{
	border-right: darkblue thin solid;
	border-top: darkblue thin solid;
	border-left: darkblue thin solid;
	border-bottom: darkblue thin solid;
	width: 100%;
	background-color: darkblue;
}

.tabPersonalList tr{ vertical-align: top }

.tabPersonalList th
{
	font-weight: bold;
	color: white;
	background-color: darkblue;
}

.tabMyListItem
{
	background-color: #dfdfff;
	border: white 1px solid;
	padding: 5px;
}

.tabMyListItemFocus
{
	border: white 4px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #dfdfff;
}

.tabPersonalList H6	{	
    FONT-FAMILY: Microsoft Sans Serif;
	font-size:	0.75em;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 0px;
	}	
		
.tabPersonalList td p
{
	margin-top: 0px;
	font-family: Verdana;
	font-size:	0.7em;
}

.tabContainer
{
	border-right: darkblue thin solid;
	border-top: darkblue thin solid;
	border-left: darkblue thin solid;
	border-bottom: darkblue thin solid;
	background-color: darkblue;
}

.tabContainer tr{ vertical-align: top }

.tabContainer th
{
	font-weight: bold;
	color: white;
	background-color: darkblue;
}

.tabContainer td p
{
	margin-top: 0px;
	font-family: Verdana;
	font-size:	0.9em;
}

.divCheckBoxes
{
	border-right: white thin solid;
	padding-right: 2px;
	border-top: white thin solid;
	padding-left: 2px;
	font-weight: bold;
	font-size: x-small;
	padding-bottom: 2px;
	border-left: white thin solid;
	width: 60px;
	color: white;
	padding-top: 2px;
	border-bottom: white thin solid;
	position: relative;
	background-color: darkblue;
}

.divCheckBoxes2
{
	border-right: white thin solid;
	padding-right: 5px;
	border-top: white thin solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: xx-small;
	padding-bottom: 5px;
	border-left: white thin solid;
	width: 45px;
	color: white;
	padding-top: 5px;
	border-bottom: white thin solid;
	position: relative;
	background-color: darkblue;
}

.tdCheckBoxes
{
	background-color: darkblue;
	border: white 1px outset;
	vertical-align: middle;
	width: 70px;
}

.tdCheckBoxes2
{
	background-color: darkblue;
	border: white 1px outset;
	padding: 4px;
	vertical-align: middle;
	width: 50px;
}

.tdAd
{
	background-color: #afafff;
	border: white 1px solid;
	padding: 4px;
	height: 70px;
	width: 480px;
}

.tdAdFocus
{
	background-color: #afafff;
	border: white 4px solid;
	padding: 5px;
	height: 70px;
	width: 480px;
}

.tdService
{
	background-color: #dfdfff;
	border: white 1px solid;
	padding: 5px;
	height: 70px;
	width: 480px;
}

.tdServiceFocus
{
	background-color: #dfdfff;
	border: white 4px solid;
	padding: 5px;
	height: 70px;
	width: 480px;
}

.lightdiv
{
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	padding-bottom: 10px;
	color: black;
	padding-top: 10px;
	background-color: #dcd0ea;
	margin: 20px;
	BORDER-RIGHT: white thin solid; 
	BORDER-TOP: white thin solid; 
	BORDER-LEFT: white thin solid; 
	BORDER-BOTTOM: white thin solid;
	font-size: 0.85em;
}

.headCell
{
	background-color: #c8b5e3;
}

.colorMenu
{
	border-right: #e4d1ff groove;
	border-top: #e4d1ff groove;
	margin: 20px;
	border-left: #e4d1ff groove;
	width: 242px;
	border-bottom: #e4d1ff groove;
	height: 68px;
	background-color: #c8b5e3;
}

.colorMenu TD
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	padding-bottom: 5px;
	vertical-align: middle;
	padding-top: 5px;
	text-align: left;
	font-variant: small-caps;
	color: darkblue;
}

.colorMenu TD A
{
	color: darkblue;
}

.colorMenuDiv
{
	background-color: #dcd0ea;
}

.copyrightArea
{
	width: 100%;
	background-color: #c8b5e3;
	padding: 10px;
	color: Blue;
}

.divOrder1
{
	border-right: #9d9d9d thin solid;
	padding-right: 4px;
	border-top: #9d9d9d thin solid;
	padding-left: 4px;
	padding-bottom: 4px;
	border-left: #9d9d9d thin solid;
	padding-top: 4px;
	border-bottom: #9d9d9d thin solid;
	height: 32px;
	background-color: white;
}

.divOrder2
{
	border-right: #7f806d thin solid;
	padding-right: 4px;
	border-top: #7f806d thin solid;
	padding-left: 4px;
	padding-bottom: 4px;
	border-left: #7f806d thin solid;
	padding-top: 4px;
	border-bottom: #7f806d thin solid;
	height: 32px;
	background-color: #e1e2cf;
}

.tangodiv
{
	padding-right: 10px;
	padding-left: 10px;
	font-family: Comic Sans MS;
	font-weight: normal;
	padding-bottom: 10px;
	color: blue;
	padding-top: 10px;
	background-color: #92c7ff;
	BORDER-RIGHT: white thin solid; 
	BORDER-TOP: white thin solid; 
	BORDER-LEFT: white thin solid; 
	BORDER-BOTTOM: white thin solid;
	font-size: 0.85em;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#92c7ff, endColorstr=#c2f7ff, GradientType=1);
}

.tangodiv A:link, .tangodiv A:visited
{
	color: darkblue;
}

.userData {behavior:url(#default#userdata);}
