/*
*************************************************

screen.css 
Screen layout:

Created by the team at EnQuant
http://www.enquant.com/

*************************************************
*/

body {
	Background-color: #ffffff;
	background-image: url(../images/background.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-size: 14px;
}

h1 {
	font-size: 24px;
	color: #C60000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 18px;
	color: #C60000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.white {
	color: #ffffff;
}

.buttonscontainer {
	width: 180px;
}

.buttons a {
	color: ;
	background-color: #ffffff ;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-left: 10px solid #336699;
	font: 13px Verdana, sans-serif;
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.buttons a:hover {
	border-left: 10px solid ;
	text-decoration: underline;
	color: #C60000;
}


