body	{
background-color: black;
}

A:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
A:visited {
	color: #000000;
	font-weight: bold;	
	text-decoration: none;
}
A:hover {
	color: #000000;
	font-weight: bold;	
	text-decoration: none;
}
A:active {
	color: #000000;
	font-weight: bold;	
	text-decoration: none;
}

A.bdylnk:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
A.bdylnk:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
A.bdylnk:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
A.bdylnkr:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


input.submit	{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Arial;
}

input.submit:active	{
	border: 3px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
}

.list_title {
	font-family: Georgia, verdana; 
	font-weight: bold; 
	font-size: 14px;
}

.list_items {
	font-family: verdana; 
	font-size: 11px; 
	margin-left: 15px;
}

.logo {
	font-family: Georgia, verdana; 
	font-weight: bold; 
	font-size: 20px; 
	margin-left: 15px
}

.logo_sub {
	font-family: verdana; 
	font-size: 11px; 
	margin-left: 15px; 
	text-align: justify;
}

.grey_space {
	color: #f1f1f1;
}

.white_space {
	color: #ffffff;
}

.nav {
	background-color: #f1f1f1; 
	font-family: Georgia, verdana; 
	font-weight: bold; 
	font-size: 14px; 
	cursor: pointer;
} 

.webmail {
	background-color: #f1f1f1; 
	font-family: Georgia, verdana; 
	font-weight: bold; 
	font-size: 14px; 
	cursor:pointer;
	border-top: solid #ffffff;
	border-right: solid #ffffff;
	border-left: solid #ffffff;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
}

.table_title {
	font-family: Georgia, verdana; 
	font-weight: bold; 
	font-size: 14px;
}
.table_content {
	font-family: verdana; 
	font-size: 11px;
}
.section_content {
	font-family: verdana; 
	font-size: 11px;
	text-align: justify;
	width: 80%;
}
.grey_space {
	color: #f1f1f1;
}
.white_space {
	color: #ffffff;
}
.top {
	border-top: solid #ffffff;
	border-right: solid #ffffff;
	border-left: solid #ffffff;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
}
.middle {
	border-right: solid #ffffff;
	border-left: solid #ffffff;
	border-right-width: 2px;
	border-left-width: 2px;
}
.bottom {
	border-right: solid #ffffff;
	border-bottom: solid #ffffff;
	border-left: solid #ffffff;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.menu_links {
	text-decoration: none;
}

