body {
font-family : Veranda, stewardson, Arial, Geneva;
color : white;
background-color: black;
margin: 0 0 0 0;
font-size: 12px;
}

table {
background-color: black;
}

table .border{
border-style: solid;
border-color: rgb(150, 150, 255);
}

.header {
background-color: rgb(180, 180, 200);
}

.header p{
font-weight: bolder;
color: black;
}

.dryhire {
border-collapse: collapse; 

}

.rowodd{
background-color: rgb(5, 5, 20);
}

.roweven {
background-color: rgb(10, 10, 40);
}

.submenu {
font-size: 10px;
}
p {
font-size: 12px;
}

.psmall {
font-size: 12px;
}

td {
font-size: 14px;

}

li {
font-size: 12px;
}

p.menu {
font-size: 10px;
font-weight: bolder;
margin-top: 0em;
margin-bottom: 0em;
}

p.nospace {
font-size: small;
margin-top: 0;
margin-bottom: 0;
}

a:link     {color:rgb(100,100,210);
text-decoration:none;}
a:visited  {color:rgb(100,100,200);
text-decoration:none;}
a:hover    {color:rgb(255,255,255)}
a:active   {color:rgb(0,0,80)}

h1 {
	color : rgb(100,100,200);
	font-size: 18px;
        font-weight: bolder;
	text-decoration: underline;
	margin-bottom: 20px;
}

h2 {
	color : rgb(180,180,200);
	font-size: 20px;
        font-weight: bolder;
	text-decoration: underline;
}

h3 {
	color : rgb(180,180,200);
	font-size: 13px;
        font-weight: bolder;
	text-decoration: underline;
}

li {
	list-style-type: square;
}

ul.terms {
font-size: x-small;
}


hr {
margin-top: 0;
margin-bottom: 0;
color : rgb(100,100,200);

}

.smalltext {
	font-size: 9px;
	color: rgb(180,180,200);
	text-align: right;
	margin: 0px;

}