body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
        margin-right: 0px;
        margin-left: 0px;
        font-family: verdana, arial, helvetica, sans-serif
}
.textwhite {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.textwhite1 {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
}
.textblue {
	font-family: Tahoma;
	font-size: 12px;
	color: #2d4f87;
}
.textblue1 {
	font-family: Tahoma;
	font-size: 14px;
	color: #577196;
}
.textblack {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.textblack1 {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
        text-decoration: none;
}
.textorange {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF8309;
}
.textorange1 {
	font-family: Tahoma;
	font-size: 14px;
	color: #FF8309;
}
.textgreen {
	font-family: Tahoma;
	font-size: 12px;
	color: #009900;
}
.textred {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF0000;
}
.inputdepartment {    background-color: #f7f7f7;
        border: 1px solid #CCCCCC;
        color: #000000;
        font-family: Arial;
        font-size: 11px; 
        height: 14px;
        margin-bottom: 3px;
        padding: 0 3px;
        width: 140px;
        height: 20px;
}
.inputbutton {
        background-color: #f7f7f7;
        border: 1px solid #CCCCCC;
        color: #000000;
        font-family: Arial;
        font-size: 11px; 
}
.inputtextarea {
        background-color: #f7f7f7;
        border: 1px solid #CCCCCC;
        color: #000000;
        font-family: Arial;
        font-size: 11px; 
        height: 14px;
        margin-bottom: 3px;
        padding: 0 3px;
	width: 250px;
	height: 130px
}
a.textblack:link {
	color: #000000;
        text-decoration: none;
}

a.textblack:visited {
	color: #000000;
        text-decoration: none;
}

a.textblack:hover {
	color: #577196;
        text-decoration: underline;
}

a.textblack:active {
	color: #577196;
        text-decoration: none;
}
a.textblack1:link {
	color: #000000;
        text-decoration: none;
}

a.textblack1:visited {
	color: #000000;
        text-decoration: none;
}

a.textblack1:hover {
	color: #577196;
        text-decoration: underline;
}

a.textblack1:active {
	color: #577196;
        text-decoration: none;
}

