html,body{
height:100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #9AA4B6;
}
.style1 {color: #FF0000
}

.greyline {
    background-image: url("images/grey.gif");
    background-repeat: repeat-x;
    background-position: top;}
.redline {
    background-image: url("images/red.gif");
    background-repeat: repeat-x;
    background-position: top;}
.greyline1 {
    background-image: url("images/grey.gif");
    background-repeat: repeat-x;
    background-position: bottom;}
.redline1 {
    background-image: url("images/red.gif");
    background-repeat: repeat-x;
    background-position: bottom;}
a {
	font-size: 11px;
	color: #9AA4B6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #9AA4B6;
	text-decoration: none;
}
a:link {
	color: #9AA4B6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}


