/*Container*/

#titletext
{
	background-color: #AABDD0;
	color: white;
	font-family: arial,sans-serif;
	text-align:center;
}

h2 a:link, h2 a:visited, h2 a:active
{	color:white;}

/*Menu*/

.small
{
	font-size:75%;
}
#menu
{
	font-family:Helvetica, Verdana, sans-serif;
}
#menu ul 
{	
	list-style-type: none;
}
.menu a:link, .menu a:visited 
{	
	color: #000000;
}
.menu a:active 
{	
	color: #1D2B71;
}
#login
{
	text-align:center;
}

/*Main*/

h1, h2, h3
{	
	color:#FFFFFF;
	background-color:#AABDD0;
	text-align:center;
}

/*Requirement*/
#main
{
	text-align:left;
}
#main tr 
{
	border-style:solid;
	border-width:1px;
}
#main td 
{
	border-style:solid;
	border-width:1px;
	text-align:center;
}
.Confirmed
{
	background-color:#66FF66;
}
.Not-Confirmed
{
	background-color:#d2691e;
}
.No-Link
{
	background-color:#993333;
}
.lesson
{
	font-weight: bold;
}
.location
{
	font-style: italic;	
}
.requirement
{
	
}

/*Footer*/

#footer a, #footer a:link, #footer a:visited , #footer a:active
{	color:#30226C;
	text-decoration: none;
}


