.title {
	font-size: small;
	color: #F0A930;
	font-weight: bold;
	background-color: #0033cc;
	height: 25px;
}

.subtitle {
	font-size: x-small;
	color: #F0A930;
	font-weight: bold;
	height: 25px;
}

.header {
	font-family: Tahoma, Verdana, Arial, serif;
	font-weight: bold;
	font-size: x-small;
	color: #F6E90B;
}

.tablealternatingitem {
	font-family: Verdana ;
	font-size: xx-small;
	background-color: #DDEEFF;
        color: #0033cc;
	height: 20px;
}

.tableitem {
	font-family: Verdana ;
	font-size: xx-small;
	background-color: #FFFFFF;
        color: #0033cc;
	height: 20px;
}

.table {
    color: #0033cc;
	font-family: Tahoma, Verdana, Arial, serif;
	font-size: x-small;
	border: 1px solid #000000;
}

.tabletitle {
    border: 0px
	color: #F6E90B;
	font-weight: bold;
	background-color: #0033cc;
	height: 25px;
}


.tableheader {
	color: #FFFFFF;
        font-size: xx-small;
	background-color: #6699FF;
	font-weight: bold;
	height: 25px;
}


.fieldname {
	color: #0033CC;
	font-weight: bold;
	background-color: #DDEEFF;

}


.fieldvalue {
	color: #0033CC;
	background-color: #DDEEFF;

}

.tablecell {
	color: #0033CC;
	font-weight: bold;
	font-size: xx-small;
}


.label {
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: xx-small;
	border: 1px solid #FFFFFF;
	color: #000000;
}

.label1 {
    font-weight: bold;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: xx-small;
	color: darkblue;
}
.inputbox {
	font-family: Verdana;
	font-size: xx-small;
	border: 1px solid #000000;
	color: #0033CC;
	background-color: #FFFFFF;
}

.button1 {
	font-family: Verdana;
	font-size: x-small;
	border: 1px  outset #FFFFFF;
	height: 16px;
	width: 16px;
	color: #000000;
}
.checkbox {
	font-family: Verdana;
	font-size: xx-small;
	color: #0033CC;

}


a:link {
    font-weight: bold;
	font-family: Verdana;
	font-size: xx-small;
	color: red;
    text-decoration: None ;
}

a:visited {
    font-weight: bold;
	font-family: Verdana;
	font-size: xx-small;
	color: red;
    text-decoration: None ;
}
a:active {
    font-weight: bold;
	font-family: Verdana;
	font-size: xx-small;
	color: orange;
    text-decoration: None ;
}
.button {
	font-family: Verdana;
	font-size: x-small;
	background-image: url(images/tablebg.jpg);
	border: 1px outset #FFFFFF;
	height: 25px;
	color: #000000;
}

.errormsg {
	font-size: x-small;
	color: #FF0000;
}

.errormsg1 {
	font-size: x-small;
	color: #EE9A01;
}

body {
	overflow: auto;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-highlight-color:#DDEEFF;
	scrollbar-shadow-color:#DDEEFF;
	scrollbar-base-color:#6699FF;
	scrollbar-face-color:#6699FF;
	scrollbar-arrow-color:#DDEEFF;
	font-family: Tahoma, Verdana, Arial, serif;
	font-size: x-small;

}

a:hover {
	color: #0033CC;
	text-decoration: underline overline;
}





.head {
	font-family: Tahoma, Verdana, Arial, serif;
	font-weight: bold;
    background-color: #1e77d3;
	font-size: x-small;
	color: #0033CC;

}

