BODY{
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	color : #FFFFFF;
	font-size: 12px;
	background-color : #FFFFFF;
}
a { 
	color: #333333;
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	cursor:hand
	text-decoration: underline;
	font-size: 12px;
}
a:link {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	color: #333333;
	font-size: 12px;
	text-decoration: underline;
	cursor:hand
}
a:visited {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	color: #333333;
	font-size: 12px;
	text-decoration: underline;
	cursor:hand
}
a:hover {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	color: #333333;
	font-size: 12px;
	text-decoration: underline;
	cursor:hand
}
a:active {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	color: #333333;
	font-size: 12px;
	text-decoration: underline;
	cursor:hand
}
TEXTAREA,SELECT {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	color : #333333;
	font-size: 12px;
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #F0F3FB;
	border-top-color: #DEDEDE;
	border-right-color: #B9B9B9;
	border-bottom-color: #B9B9B9;
	border-left-color: #DEDEDE;
        font-weight: bold;
}
INPUT {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	color : #333333;
	font-size: 12px;
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #F0F3FB;
	border-top-color: #DEDEDE;
	border-right-color: #B9B9B9;
	border-bottom-color: #B9B9B9;
	border-left-color: #DEDEDE;
        font-weight: bold;
	cursor:hand
}
.rows{
	background-color: #DEDEDE;
}
.textGreen {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	color: #A7CC26;
	font-size: 12px;
}
.textBlue {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	color: #0066CC;
	font-size: 12px;
}
.textGray {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #D1D1D1;
}
.fontBlack{
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	color: #000000;
	font-size: 12px;
}
.fontBlackBold{
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.buttonGray{
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #D1D1D1;
	font-weight: bold;
	border: 1px solid #333333;
}
.colHead { 
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #D1D1D1;
	border-top-color: #DEDEDE;
	border-right-color: #B9B9B9;
	border-bottom-color: #B9B9B9;
	border-left-color: #DEDEDE;
	font-family:  Microsoft Sans Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
 }
TABLE {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	color : #333333;
	font-size: 12px;
}
TD {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	color : #333333;
	font-size: 12px;
}
TR {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	color : #333333;
	font-size: 12px;
}