.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F9FFD1;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F28041;
	font-weight: bold;
}
.style5 {
	font-family: Verdana;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	}
.style7 {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}
.style10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #66CCFF;
}
.style11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
body {
	background-color: #0066CC;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
.orange_link:link {
	color: #F28041;
	text-decoration: none;
}
.orange_link:visited {
	color: #F28041;
	text-decoration: none;
}
.orange_link:hover {
	color: #FFFF00;
	text-decoration: none;
}
.orange_link:active {
	color: #FFFF00;
	text-decoration: none;
}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FFFFFF;
}
.style9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.logo {
	background-color: #FFFFFF;
}

div.customer-information, div.student-information, div.addStudent-link, div.logout-link, .greeting  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.customer-information .value, .student-information .value {
	font-weight:bold;
}

.customer-information a, .student-information a, .addStudent-link a, .logout-link a {
 	line-height:300%;
	font-weight:bold;
	padding: 0 30px 0 0;
}
.customer-information a:link, .student-information a:link, .addStudent-link a:link, .logout-link a:link  {
	color: #F28041;
	text-decoration: none;
}
.customer-information a:visited, .student-information a:visited, .addStudent-link a:visited, .logout-link a:visited {
	color: #F28041;
	text-decoration: none;
}
.customer-information a:hover, .student-information a:hover, .addStudent-link a:hover, .logout-link a:hover  {
	color: #FFFF00;
	text-decoration: none;
}
.customer-information a:active, .student-information a:active, .addStudent-link a:active, .logout-link a:active  {
	color: #FFFF00;
	text-decoration: none;
}

dt {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
clear:both;
width:200px;
float:left;
text-align:right;
}

dd input{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#333333;
float:left;
width:200px;
margin:0 0 0.5em 0.25em;
}
dd input#save, dd input#undo {
width:50px;
}

form#login {  
 background-color: #CCCCCC;  
 color: #000000;  
 border: 1px solid #999999;  
 font-family: Verdana, Arial, Helvetica, sans-serif;  
 font-size: 10px;  
 text-align: right;  
}
