html
{
	text-align: center;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
body
{
	background-color: white;
	margin: 0 auto;
	text-align: left;
	font-size: 110%;
	padding: 10px 50px;
}

table.controls
{
	display: none;
}

#Home, #Menu, #List, #Languages, #Sidebar1, #Sidebar2, #Counters
{
	display: none;
}

a img
{
	border: none;
}

a, a:link, a:visited, a:hover, a:active
{
	text-decoration: none !important;
}

input.button
{
	display: none;
}

input, textarea
{
	border: 1px solid white;
	border-bottom: 2px solid black;
	width: 300px;
	color: white;
}
input.checkbox
{
	width: auto;
}
table td
{
	vertical-align: top;
}

ul.course_childs, ul.sem_childs
{
	display: none;
}

div.top_link
{
	display: none;
}

fieldset
{
	border: none;
}
#PassTable, #FooterLinks, p.problems, h1.RegistrationText
{
	display: none;
}
p.registration_type, p.fax_message
{
	display: block;
}

#Node table
{
	width: 100% !important;
}

#Node h2.text_title, #Node .course_description h2.text_title, #Node .sem_description h2.text_title
{
	background: white url(images/text_h1_bg.gif) repeat-y scroll top left;
	font-size: 13pt;
	color: #003A9B;
	font-weight: normal;
	padding: 2px 5px;
	margin-top: .5em;
	margin-bottom: .5em;
}
h2.text_title strong, strong h2.text_title strong
{
	font-weight: normal;
}
#Node  h3.text_title
{
	font-size: 10pt;
	font-weight: bold;
	color: #003A9B;
	margin-top: 1em;
	margin-bottom: .5em;
}
#Node  div.framed_text
{
	background-color: #F5FAFE;
	border: 1px solid #C0DDEF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}
#Node  span.special
{
	color: #CC0000;
}