body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px 0px 10px 0px;
	background: white;
}

td {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #0044BB;
}

a:hover {
	text-decoration: underline;
	color: red;
}

.urladd {
	text-decoration: none;
	color: red;
}

.urladd:hover {
	text-decoration: underline;
	color: blue;
}

input,textarea {
	font-family: Verdana;
	font-size: 10px;
}

select,option { font-size: 11px;}

hr {
	color: gray;
	background: gray;
	height: 1px;
	border: 0;
}

form { margin: 0px;}
	
th,.head {
	font-size: 10px;
	background:  #CC3366 url(images/backdt.gif);
	color : white;
	font-weight: bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.error {
	color: red;
	font-size: 14px;
	font-weight: bold;
}

.bold {
	font-size : 13px;
	font-weight : bold;
}

.button {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #C8C8C8;
	color : black;
	border-left : 1px solid white;
	border-top : 1px solid white;
	border-right : 1px solid #999999;
	border-bottom : 1px solid #999999;
	padding : 3px;
}

.frame { border : 1px solid #BBBBBB;
}

.backframe {
	background: #EFEFEF;
	border : 1px solid #BBBBBB;
}
.title {
	font-size: 15px;
	font-weight: bold;
	background: #F5D8E1;
	color: black;
	border : 1px solid #CC3366;
	padding : 4px;
	width: 100%;

}

.tabfill {
	background-color: #FFFFFF;
}
.tabselected {
	background-color: CC3366;
	color: #FFFFFF;
}
.tabunselected {
	background-color: #F1C7D5;
	color: #000000;
}
.tab {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.tab:hover {
	color: #FFFF00;
	text-decoration: none;

}
.subhead {
	font-size: 10px;
	background:  #CCEAFF;
	color : #000099;
	font-weight: bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0066CC;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;

}

.subframe {
	font-size: 10px;
	background:  #E8E9F0;
	color : #000000;
	font-weight: normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	border: 1px solid #0066CC;


}
.tabdisabled {
	background-color: #F1C7D5;
	color: #999999;
}

.tabdisabled:hover {
	background-color: #F1C7D5;
	color: #999999;
}

.errtxt {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}.sepline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.seplinegr {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
