@import url(TabelCss.css);
@import url(FontCss.css);

body
{
	background:url(shared/bgg.jpg) repeat;
}

td, li, input.textbox, .bodytext 
{
	font-family: Arial, sans-serif;
	color: #000000;
	font-size : 11px;
	text-decoration: none;
	font-weight: normal;

}

input.textbox
{
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #CCCCFF;
	margin: 0px;
	padding: 0px;


}

a
{
	font-family: Arial, sans-serif;
	font-size : 9pt;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;


}
a:active
{
	color: #FF9900;
	text-decoration: none;

}
a:hover
{
	text-decoration: underline;
	color: #FF9900;
}

li
{
	padding-top: 5pt;
	padding-bottom: 5pt;
	text-align: left;
	list-style-type: square;
}
.side_bar
{
  background:#C2D6F1;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF; 
  padding: 0px;
}
.shaded
{
  background:#9CBCE7;
  text-align: left;
  text-decoration: none;
  color: #FFFFFF; 
  padding: 3px;
	font-weight: bold;
}
.shaded_red
{
  background:#CC0000;
  text-decoration: none;
  color: #FFFFFF; 
  padding: 3px;
  font-weight: bold;
}


.rollover a { display:block; width:150px; background-color: #FFFFFF}
.rollover a:hover { background-color: #990000}

