body{
    margin-top: 0px;
    background-repeat: repeat-x;
    background-color: #ffffff;
	font-family: arial,helvetica;
	font-size: 12px;
}
td,label {
	font-family: arial,helvetica;
	font-size: 12px;
}
.sortheader {
	background-color: #eeeeee;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.sortable {
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-color: #aaaaaa;
}
.sortheaderrow {
	background-color: #eeeeee;
}
.sortdatacell {
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-color: #aaaaaa;
}
.sortheader:hover {
	color: #ff6a00;
}
.datarow {
	background-color: #eeeeee;
	padding: 10px;
}
.datacell {

    padding: 3px;
	font-family: helvetica,tahoma,arial;
	font-size: 12px;
	border-color: #bbbbbb;
	border-width: 1px;
	border-style: solid;
}
.headerrow {
	background-color: #cccccc;
	padding: 10px;
}
.header {
    background-color: #eeeeee;
    width: 961px;
    height: 61px;
    margin: auto;
}
.footer {
    width: 461px;
    line-height:18px;
    text-align:center;
    border-width:0px;
    border-top-width:1px;
    border-style:solid;
    border-color:#bbbbbb;
    margin: auto;
    font-family: helvetica,tahoma,arial;
    font-size: 11px;
}

.login_box {
    background-color: #eeeeee;
    width: 602px;
    height: 292px;
}
.headertext {
    color: #666666;
    font-family: helvetica,tahoma,arial;
    font-size: 12px;
}
.selectedtext {
    color: #000000;
    font-family: helvetica,tahoma,arial;
    font-size: 12px;
}
h2, .titletext {
    color: #003060;
    font-family: helvetica,tahoma,arial;
    font-size: 18px;
}
.menu {
    color: #1D88D0;
    font-family: helvetica,tahoma,arial;
    font-size: 12px;
    text-decoration: none;
    text-transform:uppercase;
}
.menu:hover {
    text-decoration:underline;
}
