body {
		background-color: #F1F1F1;
}
.error {
	font-weight: bold;
	color: red;
}
.test {
	border-style: dashed;
	border-color: #ff0000;
	border-width: 1px;
}


table {
	border-style: 	none;
	border-width: 	0px;
	padding:		0px;
	margin:			0px;
}

table.course_overview {
	width:			700px;	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.3;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin: 6px;
}

td.landingContent {
	padding-top: 130px; 
	padding-left: 30px; 
	padding-right: 30px;
}

div.landingContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;	
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

tr.tr_link_uneven,tr.tr_uneven {
	background-color: #dddddd;	
}
tr.tr_link_even,tr.tr_even {
	background-color: #eeeeee;	
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: large;
	color: #BF0000;
}
a:link {
	color: #005997;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #005997;
}
a:hover {
	text-decoration: none;
	color: #7189B6;
}
a:active {
	text-decoration: none;
	color: #005997;
}
a {
	font-weight: bold;
}
h2 {
	font-size: medium;
	color: #BF0000;
}
h3 {
	font-size: small;
	color: #BF0000;
}
.style1 {font-size: 10px}

img {
	border:			none;
}


div.searchresult {
	border-bottom: 1px dotted black;
}

input[type=text], input[type=password], textarea {
	padding: 2px;
}
input[type=text], input[type=password], select, option,textarea {
	background-color: #ffffff;
	color: black;
	border-style: solid;
	border-width: 1px;
	border-color: #a1a1a1;
	
}

#enrollment_form_container input[type=text], #enrollment_form_container textarea, #enrollment_form_container select{
	width: 250px;
}