body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3BA9FF;
	overflow:auto;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;

	scrollbar-base-color: #257DC5;
	scrollbar-track-color: #1B4A74;
	scrollbar-face-color: #257DC5;
	scrollbar-highlight-color: #257DC5;
	scrollbar-3dlight-color: #3189D1;
	scrollbar-darkshadow-color: #3189D1;
	scrollbar-shadow-color: #257DC5;
	scrollbar-arrow-color: #FFFFFF;

	background-color: #000000;
}


.leftcollumn{
background-image:url(images/BG_left_ribbon.jpg);
background-repeat: repeat-y;
background-position: top right;
background-color: color;
}

.rightcollumn{
background-image:url(images/BG_right_ribbon.jpg);
background-repeat: repeat-y;
background-position: top left;
background-color: color;
}

.toprow{
background-image:url(images/BG_top.jpg);
background-repeat: repeat-x;
background-position: bottom center;
background-color: #000000;
}

.bottomrow{
background-image:url(images/BG_bottom.jpg);
background-repeat: repeat-x;
background-position: top center;
background-color: #000000;
}


.textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3BA9FF;
	text-align: justify;
}

.bigletter{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #3BA9FF;
}

.smalltext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3BA9FF;
}

.fill{
	xbackground-color: ffffff;
	background-image: url();
	background-repeat: repeat-y;
	background-position: left;
}


a:hover {  
color: #D94F4F;
 text-decoration: none;
 font-size: 11px;
 font-weight: bold;
}

a { 
color: #8F0505;
text-decoration: none;
 font-size: 11px;
  font-weight: bold;
}

.input{
  border-top : 1px ;
  border-bottom : 1px ;
  border-left : 1px ;
  border-right : 1px ;
  border-style: solid;
  border-color: #F2BC62;
  background : #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #3BA9FF;
}

.button{
  border-top : 1px ;
  border-bottom : 1px ;
  border-left : 1px ;
  border-right : 1px ;
  border-style: solid;
  border-color: #F2BC62;
  background : #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #3BA9FF;
  width : px;
  cursor : hand;
}

A.rollover:hover IMG {
border-width:1px;
border-color:F9CD86; 
filter:alpha(Opacity=100);
}

IMG.rollover {
border-width:1px;
border-color:F9CD86;
filter:alpha(Opacity=70);
}