html {
	height:99%;	
	width:99%;
}

body {
	color: #000000;
    padding: 10px;
	background-color: #eeeeee;
	height:92%;	
	width:96%;
	font-family: verdana;
	font-size:12px;
}


.button {
	border:1px solid #aaaaaa;
	background-color:#cccccc;
	width:90px;
	font-family: verdana;
}

a:link {
	color: #0000EE;
   	text-decoration: none;
	font-family: verdana;
}

a:visited {
	color: #0000EE;
	text-decoration: none;
	font-family: verdana;
}

a:hover {
	color: #F90909;
	text-decoration: none;
	font-family: verdana;
	background: url(../i/head3.jpg) repeat-x;
}

a:active {
	color: #fe0000;
	background-color: transparent;
	font-family: verdana;
	background: url(../i/head3.jpg) repeat-x;
}

.header {
	background: url(../pics/header.jpg) no-repeat;
	color: #000000;
}

.menu {
	background-color: #dddddd;
	width:100%;
	height:25px;
	border-top:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
	float:left;
}

.menuitem {
	background-color: #dddddd;
	border-right:1px solid #bbbbbb;

}
.menuitem2 {
	background-color: #eeeeee;
}
.menuitem3 {
	background-color: #dddddd;
}

.content {
	background-color: #ffffff;
	width:970px;
}

.mastertable {
	width:725px; 
	height:100%; 
	border:1px solid #dddddd;
	background-color: #eeeeee;
}

.conttable {
	background-color: #eeeeee;
}

.cont_table_header {
	border-bottom:1px solid #bbbbbb;
}

.tf {
	border: 1px solid #bbbbbb;
	background-color:#eeeeee;
	padding:2px;
}

















