/*attributes for body, all tables, rows, columns*/

body{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 10px;
	color: #DBDBDB;
	scrollbar-base-color:		#020D23;
	scrollbar-face-color:		#020D23;
	scrollbar-arrow-color:		#666666;
	scrollbar-track-color:		#020D23;
	scrollbar-highlight-color:	#666666;
	scrollbar-shadow-color:		#666666;
	scrollbar-3dlight-color:	#020D23;
	scrollbar-darkshadow-color:	#020D23;}

td{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 10px;
	color: #DBDBDB;}
	
td.main_menu{
	width:125px;
	height: 21px;
	text-align: center;
	vertical-align: middle;
	background-image:  url("extras/backs/back-main_menu.gif");}
	
td.sub_menu{
	width:150px;
	padding: 7px;
	text-align: right;}
	
/*attributes for different text sizes*/
	
.small{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 9px;
	color: #999999;}
	
.medium{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 10px;}

.large{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 12px;
	color: #FFFFFF;
	font-weight: bold;}

/*attributes for forms and tables*/

.form{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 10px;
	color: #000000;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;}

.table {
	text-decoration : none;
	border : 1px #ffffff solid;
	text-decoration : none;}
	
.table2 {
	text-decoration : none;
	border : 1px #000000 solid;
	text-decoration : none;}
	
/*attributes for links*/

a.main_menu {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;}
a.main_menu:visited {
	color: #FFFFFF;}
a.main_menu:hover {
	color: #BECFE0;
	text-decoration: none;}


a.sub_menu {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #ffffff; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;}
a.sub_menu:visited {
	color: #ffffff;}
a.sub_menu:hover {
	color: #BECFE0;
	text-decoration: none;}


a.content_link {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #BECFE0; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: underline;}
a.content_link:visited {
	color: #BECFE0;}
a.content_link:hover {
	color: #FFFFFF;
	text-decoration: underline;}