/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial; 
	font-size: 13px; 
	color: #000000; 
	margin: 0;
	background: #ECECEC;
	}
	
.ultrabold{
	font: bold 18px/32px Trebuchet MS, arial;
	letter-spacing: -1px;
	text-transform: lowercase;
	color: #000000;
}

.content a{
 	color: #36C;
}

.content a:visited{
 	color: #63C;
}

.content a:hover{
 	background-color: #DEF;
 	border: 1px dashed #ACE;
 	margin: 0 -3px 0 -3px;
 	padding: 0 2px 0 2px;
}

.content a:active{
 	background-color: #36C;
 	color: #FFF;
 	border: 1px inset #36C;
 	margin: 0 -3px 0 -3px;
 	padding: 0 2px 0 2px;
}
	
a.v-small:link {color: #0000FF; font-size: 10px; font-family: "Trebuchet MS", Arial; text-decoration: none;}
a.v-small:visited {color: #0000FF; font-size: 10px; font-family: "Trebuchet MS", Arial; text-decoration: none;}
a.v-small:active {color: #0000FF; font-size: 10px; font-family: "Trebuchet MS", Arial; text-decoration: none;}
a.v-small:hover {color: #0000FF; font-size: 10px; font-family: "Trebuchet MS", Arial; text-decoration: underline;}

.style6 {font-size: xx-small}

td.LeftPane{
	background-image: url(../images/lower_left_new.gif);
}

td.RightPane{
	background-image: url(../images/lower_right_new.gif);
}

td.LowerLeftPane{
	background-image: url(../images/lower_left.gif);
}

td.LowerRightPane{
	background-image: url(../images/lower_right.gif);
}

td.BottomScreen{
	background-image: url(../images/bottom_screen.gif);
}

td.LowerLeftNew{
	background-image: url(../images/lower_left_new.gif);
}

td.LowerRightNew{
	background-image: url(../images/lower_right_new.gif);
}


