body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
	line-height:1.5em;
	margin: 0;
    height: 100%;
}

html{

	min-height: 100%
}

body {
	background: #7CFC00;
	background-attachment: fixed
background: -moz-linear-gradient(top, #faf13c 1%, #bf5d00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#faf13c), color-stop(100%,#bf5d00));
background: -webkit-linear-gradient(top, #faf13c 1%,#bf5d00 100%);
background: -o-linear-gradient(top, #faf13c 1%,#bf5d00 100%);
background: -ms-linear-gradient(top, #faf13c 1%,#bf5d00 100%);
background: linear-gradient(to bottom, #faf13c 1%,#bf5d00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf13c', endColorstr='#bf5d00',GradientType=0 );

background:   -webkit-background-size: cover;
 background:  -moz-background-size: cover;
background:   -o-background-size: cover;
background:   background-size: cover;

}
a {
	font-size: 14px;
	color: #cc0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cc0000;
}
a:hover {
	text-decoration: none;
	color: #800000;
}
a:active {
	text-decoration: none;
	color: #662602;
}


h1,h2,h3,h4,h5 {
	color: #990000;
}

#pageMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 130%;
	text-align:  justify;
	color: #990000;
	
}


table.fixed {table-layout:fixed; width:300px;}/*Setting the table width is important!*/
table.fixed td:nth-of-type(1) {width:100px;}/*Setting the width of column 1.*/
table.fixed td:nth-of-type(2) {width:200px;}/*Setting the width of column 2.*/

table.fixed1 {table-layout:fixed; width:840px;}/*Setting the table width is important!*/
table.fixed1 td:nth-of-type(1) {width:140px;}/*Setting the width of column 1.*/
table.fixed1 td:nth-of-type(2) {width:600px;}/*Setting the width of column 2.*/

#pageHeader {
	border:#999 1px solid;
	border-bottom:none;
	background-color:#fffce5;
	width:900px;
	
}
#pageContent {
	border:#999 1px solid;
	border-bottom:none;
	background-color:#fffce5;
	width:900px;

}
#pageFooter {
	text-align:center;
	vertical-align=center;
	border:#999 1px solid;
	background-color:#fffce5;
	width:900px;
	
}