body
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	background-color: #E2E2E2;
}
  
a
{  font-weight: bold;
   font-style: normal;
   text-decoration: none;
   color: #0000FF; }

h1
{ font-family: Verdana;
  font-weight		: bold;
  font-size		: 20px; }

h2
{ font-family: Verdana;
  font-weight		: bold;
  font-size		: 16px; }

h3
{ font-family: Verdana;
  font-weight		: bold;
  font-size		: 14px; }
  
h4
{ font-family: Verdana;
  font-weight		: bold;
  font-size		: 12px; }

table, tr, th, td
{
/*  background-color:#C0C0C0; */
   border: 0px none;
   padding: 1
}

th, .th, a.th:active, a.th:focus, a.th:hover, a.th:visited
{
  background-color:#3399FF;
  text-align:left;
  font-family: Verdana;
  font-weight		: bold;
  font-size		: 12px;
}

td
{
/*  background-color:#EFEFEF; */
  font-family: Verdana;
  font-weight		: normal;
  font-size		: 12px;
}

input, textarea, select
{	font-family 		: verdana;
	font-weight		: normal;
	font-size		: 12px;
	background-color 	: #EFEFEF ;
	vertical-align		: middle;
	color 			: #000000 ;
	border-color		: #0083C3 ;
	border-style		: solid;
	border-top-width	: 1px;
	border-right-width	: 1px;
	border-bottom-width	: 1px;
	border-left-width	: 1px;	}

.cButton
{	font-family 		: verdana;
	font-weight		: bold;
	font-size		: 12px;
	background-color 	: #EFEFEF ;
	color 			: #0083C3 ;
	border-color		: #0083C3 ;
	border-style		: solid;
	border-top-width	: 2px;
	border-right-width	: 2px;
	border-bottom-width	: 2px;
	border-left-width	: 2px;	}

.error
{
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	background-color: #FF0000;
	vertical-align: middle;
	color: Black;
	border-color: #0083C3;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-left: 3;
	padding-bottom: 3;
	padding-right: 3;
	padding-top: 3;
}

.pow
{
    font-size		: 10px;
    font-weight		: normal;
}

