

body	{

background-image: url("images/gradient.jpg");
background-repeat: repeat-x;
background-color: #f5f5f5;
margin: 0px;

}

p	{
font-family: verdana;
font-size: 13px;

}


h1, h2, h3, h4, h5	{
font-family: verdana;
color: maroon;
}

label	{
display: block;
padding-bottom: .26em;
margin: 0 auto;
width: 520px;
border: 1px solid #fff;
}


.frmldr	{
font-family: arial;
font-size: 10pt;
text-align: right;

}

.frmfollow	{
font-family: arial;
font-size: 9pt;
text-align: left;
font-style: italic;
}


a.go:link	{
font-family: "Trebuchet MS";
font-size: 11pt;
color: black;
text-decoration:none;
font-weight: bold;
}

a.go:visited {
font-family: "Trebuchet MS";
font-size: 11pt;
color: black;
text-decoration:none;
font-weight: bold;
}

a.go:active {
font-family: "Trebuchet MS";
font-size: 11pt;
color: blue;
text-decoration:none;
font-weight: bold;
}

a.go:hover	{
font-family: "Trebuchet MS";
font-size: 11pt;
color: red;
text-decoration: underline;
font-weight: bold;
}


A:link	{
font-family: "arial"; 
color: black;	
text-decoration:none;
font-weight: bold;
}

A:visited {
font-family: "arial"; 
color: black;	
text-decoration:none;
font-weight: bold;
}

A:active {
font-family: "arial"; 
color: blue;	
text-decoration:none;
font-weight: bold;
}

A:hover	{
font-family: "arial"; 
color: red; 
text-decoration: underline;
font-weight: bold;
}