/* CSS Document */

a:link {
	color: #888888;
	text-decoration: none;
}

a:visited {
	color: #777777;
	text-decoration: none;
}

a:active {
	color: #000000;
//	text-decoration: none;
}

a:hover {
	color: #aaaaaa;
	text-decoration: none;
}

body {
	font-family: Verdana, Arial, "MS Sans Serif";
	//font-size: x-small;
//	font-size: x-small;
	font-size: 12px;
	font-style: normal;
	//width: 600px;

      background-color : #000000;
//      background-image: url(images/Pattern1.gif);
//      background-repeat: repeat-y; 
      color : #aaaaaa;
      margin: 0px; 
}

table {
	font-family: Verdana, Arial, "MS Sans Serif";
	//font-size: x-small;
	font-size: 12px;
	font-style: normal;
	background-color: #303030;
}

img {
	color: #000000;
	border-color: #000000;
}

img:hover
    {
	border-color: #aaaaaa;
}

img:active {
	color: #000000;
//	text-decoration: none;
}

li{
	padding-top: 2px;
	padding-bottom: 2px;
}

//p{
//	font-family: Verdana, Arial, Helvetica, sans-serif;
//	font-size: 12px;
//	padding: 1px;
//}

dt{
	font-size: 11px;
	text-decoration: underline;
}

dd{
	font-size: 11px;
	padding: 4px;
	list-style-type: square;
	padding-top: 2px;
	padding-bottom: 2px;
}

h1{
	font-size: 18px;
	font-weight: bold;
	//text-decoration: underline;
	text-indent: 0pt;
}

h2{
	font-size: 15px;
	font-weight: bold;
}

h3{
	font-size: 13px;
	font-weight: bold;
}

h4{
	font-size: 12px;
	font-weight: bold;
}

.header1 {
	font-weight: bold;
	background-color: #336699;
	color: White;
}

.header2 {
	font-weight: bold;
	background-color: #e5eeff;
	color: #ffffff;
}

.header3 {
	font-weight: bold;
	font-style: normal;
	background-color: #E5EEFF;
}

.normal1 {
	color: #336699;
}

.normal2 {
	background-color: #E5EEFF;
	color: #336699;
}

.footer {
	font-size: xx-small;
	font-style: italic;
	font-weight: normal;
}
.dorm{
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
