/* CSS Document */
.outline 
	{ 
	border-color: #767d87 #767d87 #767d87; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
	}

.botline 
	{ 
	border: #3391de; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px
	}

.footer 
	{ 
	border: #3391de; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 0px; 
	border-left-width: 1px
	}

.head 
	{ 
   	font-weight: bold;
 	color: #3391de;
 	background-color: #c9cacc;
   	border: #3391de; 
   	border-style: solid; 
   	border-top-width: 1px; 
   	border-right-width: 1px; 
   	border-bottom-width: 1px; 
   	border-left-width: 1px
   	}
	
.menuBody 
	{ 
	background-color: #FFFFFF
	}

body 
	{ 
	font-family: verdana; 
	font-size: 11px; 
	color: #767d87; 
	background-color: #FFFFFF; 
	border: #767d87; 
	scrollbar-base-color: #FFFFFF; 
	scrollbar-arrow-color: #767d87;
	}
	
table { font-size: 11px}

a:link, a:active, a:visited
	{
	color: #e16147; 
	text-decoration: none; 
	font weight: none;
	text-transform: none; 
	} 



