/* 
*************
Main HTML Manuiplation Stuff Here 
*************
*/

* { margin:0; }



body {

	overflow: hidden;

	background: #000000; color:#FFF;

	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana;

	font-size: small;

}

a {

	color: #4596DF;

	text-decoration: none;

}

h3 {

	border-bottom: dashed 1px #4596DF;

	color:#FFF;

	font-size: 20px;

	text-align:center;
}

a:hover {

	color: #FFF;

	text-decoration: none;

}

p {
	text-indent: 10px;
}

.blue { color:#4596DF; }

b.bluebold { color:#4596DF; }

li { list-style-type: circle; }


img {
border-style:none;
color:#707070;
font-style: italic;
font-variant: small-caps;
}

/* 
*************
Main HTML Manuiplation Stuff Here 
*************
*/

.main {
padding: 7px;
height: 100%;
overflow: auto;
}

.menu {
float: left;
}

.deadl {
font-weight: normal;
color: #777777;
}

.even {
background: #101010;
height: 150px;
}

.odd {
background: #000000;
height: 150px;
}

.item {
vertical-align: middle;
}
