

.row0
{
	color: #fff;
	 background: #CCCCCC;
	 font-weight: bold;
}


.row1
{
	color: #000; background: #F8F8F8;
}

.row2
{
	color: #000; background: #ECECEC;
}



/* Form elements */



.submit 
{
	border-style: solid;
        border-width: 1px;
        border-color: #aaa;
        font-family: verdana;
        font-size: 10px;
        font-weight: bold;
       
        height: 18px;
        color: #315586;
        background-color: #DBDFE4;
        padding-left: 5px;
        padding-right: 5px;
}


.field
{
	border-style: solid;
        border-width: 1px;
        border-color: #aaa;
        font-family: verdana;
        font-size: 10px;
        font-weight: bold;
       
        height: 18px;
        color: #315586;
        background-color: #DBDFE4;
        padding-left: 5px;
        padding-right: 5px;
}

a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: underline;
color: #000000;
}


h3 {font-family: times}
p {font-family: verdana}
p.sansserif {font-family: sans-serif}
