:root {
	overflow-y: scroll !important;
}

body {
	font-weight: normal;
	font-size: 10px;
	color: gray;
	font-family: Verdana, Arial;
	text-decoration: none;
	text-indent: 0;
}

td {
	font-weight: normal;
	font-size: 11px;
	color: gray;
	font-family: Verdana, Arial;
	text-decoration: none;
	text-indent: 0;
}

.content {
	text-indent: 0;
}

p {
	text-indent: 0;
}

.title00 {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 17px;
	color: white;
	text-align: right;
}

.title01 {
	font-weight: bold;
	font-size: 14px;
	color: gray;
	text-align: center;
}

.title02 {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 18px;
	color: #162F81;
	text-align: center;
}

.title03 {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 12px;
	color: gray;
	text-align: left;
}

.header {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 16px;
	text-indent: 0.5cm
}

.footer {
	padding-top: 8px;
	font-size: 10px;
	text-align: center;
}

.copyright {
	font-family: Verdana, Arial;
	padding-top: 0px;
	font-size: 9px;
	text-align: center;
}

.solution {
	font-family: Arial, Verdana;
	background-color:#F5F5F5;
	vertical-align: top;
	padding: 10;
	padding-right: 10px;
	border-bottom:20px white solid;
}

a:link {
	font-weight: normal;
	color: gray;
	text-decoration: underline;
}

a:visited {
	font-weight: normal;
	color: gray;
	text-decoration: underline;
}

a:hover {
	font-weight: normal;
	color: red;
	text-decoration: underline;
}

a:active {
	font-weight: normal;
	color: #182E81;
	text-decoration: underline;
}

ul.bullet {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 0px;
	text-indent: 0;
}

li.bullet {
	list-style: none;
	background-image: url(bullet.gif);
	background-position: 0 0;	/* x and y position for the image */
	background-repeat: no-repeat;
	padding-left: 0px;	/* horizontal space for the image */
	padding-bottom: 15px;	/* vertical space */
	text-indent: 0;
}

li.bullet2 {
	list-style: none;
	background-image: url(bullet.gif);
	background-position: 0 0;	/* x and y position for the image */
	background-repeat: no-repeat;
	padding-left: 20px;	/* horizontal space for the image */
	padding-bottom: 1px;	/* vertical space */
	margin-left: 0px;
	text-indent: 0;
}


/* MENU */

.solidblockmenu {
	margin: 0;
	padding: 0;
	float: left;
	font: bold 12px Verdana;
	width: 100%;
	border: 1px solid #162F81;
	border-width: 0px 0;
	background: white url(blockdefault.jpg) center center repeat-x;
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a {
	float: left;
	color: white;
	padding: 5px 12px;
	text-decoration: none;
	border-right: 1px solid white;
	font-weight: bold;
}

.solidblockmenu li a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.solidblockmenu li a:hover {
	color: white;
	font-weight: bold;
	text-decoration: underline;
	background: transparent url(blockover.jpg) center center repeat-x;
}

.solidblockmenu li .current {
	color: white;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(blockactive.jpg) center center repeat-x;
}

/* FORMS */

legend {
	font-weight: bold;
	font-size: 14px;
	color: gray;
	text-align: center;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	color: gray;
}

h4 {
	font-weight: bold;
	font-size: 14px;
	color: #102984;
}

.7 {
	font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:normal;
	font-weight:bold;
	color:gray;
	height:16px;
	vertical-align: top;
}

.8 {
	font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:normal;
	font-weight:bold;
	color:#0000C0;
	height:16px;
	border:1px #C0C0C0 solid;
	background-color:#EEEEEE;
}

.85 {
	font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:normal;
	font-weight:bold;
	color:navy;
	border:1px #C0C0C0 solid;
	background-color:#EEEEEE;
}


/* TABLES */

.title {
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	text-align: center;
	padding-left:10px;
	border:1px gray solid;
	text-indent:0;
	background-color:white;
	color:gray;
}

.courselist {
	font-family: Arial, Verdana;
	background-color:#f9f9f9;
	vertical-align: top;
	border-top:0px white solid;
	border-left:4px white solid;
	border-right:4px white solid;
	border-bottom:4px white solid;
}

.new_title {
	font-family: Arial, Verdana;
	font-size: 14;
	font-weight: bold;
	text-align: center;
	border:1px gray solid;
}

.new_module {
	color:red;
}

.new_module2 {
	color:red;
	font-size:11;
	font-weight:bold;
}