/* CSS Document */
BODY {BACKGROUND-IMAGE: url(../images/background.jpg); BACKGROUND-REPEAT: repeat-x; BACKGROUND-COLOR: #042a12 }
.txtWhite { COLOR: #ffffff; FONT-SIZE: 9px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif }
A:link { COLOR: #000000; TEXT-DECORATION: none; border:0 }
A:active { COLOR: #000000; TEXT-DECORATION: none; border:0 }
A:visited
{color: #000000;border:0;TEXT-DECORATION: none;}
A:hover { COLOR: #000000; TEXT-DECORATION: underline; border:0 }
.txtBlack { FONT-SIZE: 9px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;  COLOR: #000000 }
.txtGrey { FONT-SIZE: 9px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;  COLOR: #3F3F3F}
.centered { MARGIN-TOP: 20%; MARGIN-LEFT: auto; MARGIN-RIGHT: auto }
.my_txtbox
{
font-family:verdana; 
font-size: 9px; 
BORDER-RIGHT: rgb(186,186,186) 1px solid; 
BORDER-TOP: rgb(186,186,186) 1px solid; 
BORDER-LEFT: rgb(186,186,186) 1px solid; 
COLOR: Black;
BORDER-BOTTOM: rgb(186,186,186) 1px solid;
}
.my_button
{
	FONT-SIZE: 11px; 
	FONT-FAMILY: verdana;
	font-weight:bold;
	BORDER-RIGHT: rgb(186,186,186) 1px solid; 
BORDER-TOP: rgb(186,186,186) 1px solid; 
BORDER-LEFT: rgb(186,186,186) 1px solid; 
COLOR: black;
BORDER-BOTTOM: rgb(186,186,186) 1px solid;
BACKGROUND: white
	}
	.vScroller
{
	border-right: 0px;
	padding-right: 0px;
	border-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px 0px;
	overflow: hidden;
	border-left: 0px;
	width: 450px;
	padding-top: 0px;
	border-bottom: 0px;
	position: relative;
	height: 300px;
}
.vScrollee {
	position:absolute; 
	width:450px; /* to get this number, subtract scrollee's padding from scroller's width */
	left:0;	top:0; margin:0;}
.btn {overflow:hidden; width:2em; height:1.5em;	border:0px;	text-align:center; cursor:default;}
image{border:0}
.Title{
  FONT-SIZE: 11px;
 font-weight: bold;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  COLOR: #000000
}

