/* CSS Document */

body {
	background-color: #4b5268;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	}
	
li {
  list-style: square url('../images/mark.gif');
  vertical-align: middle;
}

a:link { 
	text-decoration: underline;
	color: #6198B6;
	}

a:visited { 
	text-decoration: underline;
	color: #6198B6;
	}

a:hover { 
	text-decoration: none;
	color: #E90003;
	}
	
a:active { 
	text-decoration: none;
	color: #E90003;
	}

.header {
	padding: 0px;
	}
	
.advertising_top {
	background-image: url('../images/m-t.jpg'); 
	background-repeat: no-repeat; 
	height: 5px;
	}

.advertising {
	padding: 1px;
	border-left: solid 1px #7d7d7d;
	border-right: solid 1px #7d7d7d;
	background-color: #EBEBEB; 
	height: 100%;
	}
	
.advertising_bottom {
	background-image: url('../images/m-b.jpg'); 
	background-repeat: no-repeat; 
	height: 5px;
	}
	
.menu {
	background: url('../images/menu.jpg') no-repeat;
	background-position: top;
	height: 47px;
	}
	
.sub_headings {
	padding: 6px;
	border-bottom: dashed #696969 1px;
	font-size: 10px;
	}
	
.main {
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 6px;
	background-image: url('../images/main_middle.jpg');
	height: 260px;
	}
	
.login {
	background: url('../images/web6.gif') bottom left no-repeat;
	}
	
.footer {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	}
