body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}

.mainBox {
	border-width: 0px;
	padding: 6px;
}
.vedit td {
	padding: 10px;
	padding-left:  15px;
	background-color: #E0E0E0;
}

.vedit th {
	padding: 10px;
	padding-right: 15px;
	text-align: right;
	background-color: #C0B9C0;
	font-weight: normal;
}

.hedit {
	background-color: #F0F0F0;
}

.hedit td {
	padding: 5px;
	background-color: #E0E0E0;
	font-family: "Verdana";
	font-size: 8pt;
}

.hedit th {
	padding: 5px;
	background-color: #C0B9C0;
}
.report {
    background-color: #FFFFFF;			
	font-size: 0.8em;					
}
.report td {
    background-color: #FFFFFF;
	padding: 2px;
	font-size: 8pt;					
}
.report th {
    padding: 2px;
    background-color: #C0B9C0;
}
.courses {
    background-color: #F0F0F0;			
	font-size: 0.8em;					
}
.courses td {
    background-color: #CCCCCC;
	 padding: 5px;
}
.courses th {
    padding: 3px;
    background-color: #C0B9C0;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	color: White;
	font-weight: bold;
}

.footer A {
	font-family: Arial, Helvetica, sans-serif;	
	color: White;
	font-weight: bold;
	text-decoration: underline;
}

