*,td{
font-family: verdana;
font-size: 8pt;
}
body{
	margin: 0px;
	margin-top: 3px;
	background: #d2ecfa url(../images/page_bg.jpg) repeat-x;
}

#outer{
background: White;
background: white url(../images/uni-bg.gif) top center no-repeat;
}
#outer2{
	background: White;
	margin-top: 5px;
}
form{
	margin: 0px;
	padding: 0px;
}
.sign_inbox{
	border: 1px #50A2D4 solid;
}

/*---------------------------------------------------*/

#footer
{
	background: url(../images/footer_design.gif) repeat-x bottom;
	height: 60px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
}
a{
	color: Blue;
	text-decoration: none;
}
a.coaching{
	background: url(../images/coaching_slide_button.gif);
	display: block;
	width: 100px;
	height: 60px;
}
a.coaching:hover{
background-image: url(../images/coaching_slide_button_hover.gif);
	
}

a.parents{
	background: url(../images/parents_slide_button.gif);
	display: block;
	width: 100px;
	height: 60px;
}
a.parents:hover{
background-image: url(../images/parents_slide_button_hover.gif);
	
}
a.tutors{
	background: url(../images/tutors_slide_button.gif);
	display: block;
	width: 100px;
	height: 60px;
}
a.tutors:hover{
background-image: url(../images/tutors_slide_button_hover.gif);
	
}

a.students{
	background: url(../images/students_slide_button.gif);
	display: block;
	width: 100px;
	height: 60px;
}
a.students:hover{
background-image: url(../images/students_slide_button_hover.gif);
	
}