body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
        font-family: verdana, arial, helvetica, sans-serif
}
.textwhite {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.textblue {
	font-family: Tahoma;
	font-size: 12px;
	color: #2d4f87;
}
.textblack {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.textorange {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF8309;
}
.textgreen {
	font-family: Tahoma;
	font-size: 12px;
	color: #009900;
}
.textred {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF0000;
}
.input-google {
        border-top: #2d4f87 1px solid; 
        border-bottom: #2d4f87 1px solid; 
        border-right: #2d4f87 1px solid; 
        border-left: #2d4f87 1px solid; 
        background-color: #5785cc; 
        width: 130px; 
        height: 18px;
        font-weight: bold; 
        font-size: 12px; 
        color: #FFFFFF; 
        font-family: Arial, Helvetica, sans-serif
}
.button-micro {
        border-top: #2d4f87 1px solid; 
        border-bottom: #2d4f87 1px solid; 
        border-right: #2d4f87 1px solid; 
        border-left: #2d4f87 1px solid; 
        background-color: #5785cc; 
        width: 55px; 
        height: 20px; 
        font-weight: bold; 
        font-size: 12px;
        color: #FFFFFF; 
        font-family: Arial, Helvetica, sans-serif
}
.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
}