a, a:visited{
	color: #000099;
}
a:active, a:focus{
	color: #009900;
}
a.noLine{
	text-decoration:none;
	}
body {
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	width: 100%;
}
h1{
	color: #000099;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}
h2{
	color: #990000;
	font-size: 14pt;
	font-weight: bold;
}
hr{
	background-color: #000099;
	border: 1px solid #ccccff;
	height: 5px;
	width: 100%;
}
textarea{
	width: 100%;
}
ul{
	margin: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}
/*CLASS OBJECTS*/
#class_description{
	padding: 0px;
}
#class_description:first-letter{
	padding-left: 16px;
}
#class_name{
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
}

#main{
	border-width: 0px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 650px;
}
#main #left{
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	width: 122px;
}
#main #pad{
	background-color: #FFFFFF;
	color: #000000;
	padding-left: 8px;
	text-align: left;
	vertical-align: top;
	width: 115px;
}
#main #center{
	background-color: #FFFFFF;
	color: #000C6F;
	padding-left: 8px;
	text-align: left;
	vertical-align: top;
	width: 395px;
}
#main #right{
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	width: 15px;
}
#messageBox{
	background-color: #FFFFFF;
	border: thin outset #CCCCCC;
	color: maroon;
	display: none;
	font-size: 10pt;
	font-weight: bolder;
	position: absolute;
	width: 200px;
}
#user_information_link{
	color: #330099;
	font-family: veranda;
	font-weight: bold;
	font-size: 14pt;
}
.bolder{
	font-weight: bolder;
}
.caption{
	color: #990000;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}
.class_list{
	color: #0033CC;
	font-size: 12pt;
}
.class_list .item{
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
	padding-left: 4px;
	padding-top: 4px;
}
.class_list .item a{
	color: inherit;
	font-weight: bold;
}
.class_list .item a:visited{
	color: #CC3300;
}
.buttons{
	width: 100%;
}
.buttons td{
	text-align: center;
}
.buttons input{
	background-color: #FFFFFF;
	border: 1px outset #000099;
	color: #000099;
}
.edit{
	border: 1px outset #ccccff;
	width: 100%;
}
.edit .label{
	border: 1px outset #ccccff;
	color: #000099;
	text-align: left;
	vertical-align: top;
}
.edit .data{
	border: 1px outset #ccccff;
	color: #000099;
	text-align: left;
	font-size: 14px;
}

.edit .shanedata{
	border: 1px outset #ccccff;
	color: black;
	text-align: left;
	font-size: 12px;
}

.edit .data input{
	border: 1px inset #000099;
	color: #000099;
}
.login{
	border: 1px outset #ccccff;
	width: 100%;
}
.login .label{
	border: 1px outset #ccccff;
	color: #000099;
	text-align: left;
}
.login .data{
	border: 1px outset #ccccff;
	color: #000099;
	text-align: left;
}
.login .data input{
	border: 1px inset #000099;
	color: #000099;
}
.schedule{
	font-variant: small-caps;
}
.schedule .item{
	font-size: 12pt;
	padding-left: 8px;
}
.schedule .month{
	color: #990000;
	font-size: 14pt;
	font-weight: bold;
}
.smallBlue{
   color: #000099;
   font-size: 11pt;  
   font-weight: normal; 
}
.smallRed{
   color: #990000;
   font-size: 14pt;  
   font-weight: lighter; 
}
