body {
	background-image: url(../gfx/bg_home.gif);
	background-color: #FAFAFA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}

html,body, #wrapper {
	height: 100%;
} 

body, TD {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 12px;
	color: #1e1e1e;
}

A{ text-decoration: underline;color: #1e1e1e;}
A:visited{text-decoration: underline;color: #1e1e1e;}
A:hover{text-decoration: none;color: #1e1e1e;}

A.title{text-decoration: none;color: #fafafa;line-height: 14px;}
A.title:visited{text-decoration: none;color: #fafafa;line-height: 14px;}
A.title:hover{text-decoration: none;color: #fafafa;line-height: 14px;}

A.course{ text-decoration: none;color: #1e1e1e;line-height: 14px;}
A.course:visited{text-decoration: none;color: #1e1e1e;line-height: 14px;}
A.course:hover{text-decoration: underline;color: #1e1e1e;line-height: 14px;}
A.course:focus {background: #1e1e1e; color: #fafafa; }

input,textarea {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #1e1e1e;
	background-color: #fafafa;
	border: 1px solid;
}

.title {
	color: #fafafa;
	background-color: #1e1e1e;
	padding: 1px;
	line-height: 14px;
}

.title_alt{
	background-color: #e8e8e8;
	padding: 1px;
	line-height: 14px;
}


.post{ color: #7d7d7d;}
