/* CSS Document 
================================================*/
/* home.css                            	       
================================================*/
/* HTML tag styles                           
================================================*/

body {
	background: #FFFFFF;
	font-family: Arial,Helvetica,Geneva,sans-serif;
	}

/* Main layout
================================================*/

#container {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	width: 470px;
	height: 680px;
	background-color: #FFFFFF;
	color: #1A181B;
	}
#main {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	text-align: justify;
	font: normal 12px Arial;
	line-height: 1.3em;
	color: #1A181B;
	background-color: transparent;
	}
#main input {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
 	background: #FFFFFF;
	font: normal 10px Arial;
 	color: #4B5E1B;
	}

/* Headings
================================================*/
h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font: bold 12px Arial;
	color: #981C2C;
	background-color: transparent;
	}
	
/* Hyperlink Styles
================================================*/

a:link {
	background: transparent;
	color: #FFFFFF;
	text-decoration: none;
	}
a:visited {
	background: transparent;
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover {
	background: transparent;
	color: #C1DC7F;
	text-decoration: none;
	}
a:active {
	background: transparent;
	color: #C1DC7F;
	text-decoration: none;
	}

/* End
================================================*/
