	/* body
			Define the default text type and style of the website here.
			The background colour of the site should be set here too.
	 */

body {
	font-family: arial;
	font-size:11pt;
	color: #929292;
	margin: 0px;
	padding: 0px;
}

a{
	color: blue;
	text-decoration: underline;
}

a:hover{
	color: red;
	text-decoration: underline;
}


.title_section {
	padding:7px 0px 5px 18px;
	font-family: arial;
	color: #797979;
	font-size:11pt;
	font-weight: bold;
}

.title_section_outer {

	padding-bottom: 5px;
}

div.navigation {
	background-color: #DAF5FF;
	width: 120px;
	text-align: left;
	margin: 0px;
	height: auto;
	padding: 0px;
	border: 1px solid #0099FF;
	
}

div.login {
	float: left;
	width: 40px;
	height: 15px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#login_buttons {
	list-style-type: none;
	height: 15px;
	width: 40px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 14px 0px 0px 29px;
}

#login_buttons a {
	font-family:arial;
	font-size:8pt
	color: #918900;
	text-decoration: none;
	/* background-image:  url(img/login_normal.gif); */
	display: block;
	height: 15px;
	width: 40px;

}
	

h1{
	color:#275494;
	font-family:arial;
}
h2{
	color:#275494;
	font-family:arial;
}
h3{
	color:#275494;
	font-family:arial;
}
h4{
	color:#275494;
	font-family:arial;
}

