body
{
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    FONT-SIZE: x-small;

}

a:visited {color:"#003366";text-decoration:none}
a:active {color:"#003366";text-decoration:none}
a:link {color:"#003366";text-decoration:none}
a:hover
{
	color: #6699ff;
	text-decoration: none;
}


.bttn
{
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-bottom: #003366 1px solid;
	border-left: #003366 1px solid;
	font-weight: bolder;
	font-size: 11px;
	background-image: none;
	text-transform: capitalize;
	cursor: hand;
	color: white;
	background-repeat: repeat;
	font-family: Verdana, Arial;
	background-color: #003366;
	text-decoration: none;
}

.bttn_white
{
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
    BORDER-LEFT: #003366 1px solid;
    BORDER-BOTTOM: #003366 1px solid;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 11px;
    BACKGROUND-IMAGE: none;
    TEXT-TRANSFORM: capitalize;
    CURSOR: hand;
    COLOR: black;
    BACKGROUND-REPEAT: repeat;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: white;
    TEXT-DECORATION: none
}


TABLE
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-size:x-small;
}


.titleTR
{
	font-weight: bold;
	color: #ffffff;
	background-color: #003366;
}
.evenTR
{
	background-color: lightgrey;
}
.oddTR
{
	background-color: white;
}


