/* CSS Document */
.pageMiddle{ 
				width:800px; 
				height:100%; 
				margin-left:0px; 
				margin-right:0px; 
				margin-top:0; 
				padding-bottom:0px;  
				background:#FFFFFF; 
				}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #777777;
	text-decoration: none;
}

a:link { font-family:Verdana, Arial, sans-serif; color:#555555; text-decoration:none; font-weight:normal}
a:visited { font-family:Verdana, Arial, sans-serif; color:#555555; text-decoration:none; font-weight:normal}
a:active { font-family:Verdana, Arial, sans-serif; color:#555555; text-decoration:none; font-weight:normal}
a:hover { font-family:Verdana, Arial, sans-serif; color:#555555; text-decoration:underline; font-weight:normal}

/* bodytxt text */
.bodytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #777777;
	text-decoration: none;
}
/* bodyblack text */
.bodyblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
/* bodymenu text */
.bodymenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #555555;
	text-decoration: none;
}
/* bodybig text */
.bodybig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #777777;
	text-decoration: none;
}
/* smallbody text */
.smallbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #777777;
	text-decoration: none;
}
/* titlebody text */
.titlebody {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #777777;
	text-decoration: none;
}
.bodybrown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #663300;
	text-decoration: none;
}
/* inpTxt: text */
.inpTxt{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: #333333;
	border: 1px solid #663333;
}
.reg {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	text-decoration: none;
}
A.reg:link
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #990000;
    TEXT-DECORATION: none
}
A.reg:visited
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #990000;
    TEXT-DECORATION: none
}
A.reg:hover
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #FF0000;
    TEXT-DECORATION: underline
}
A.reg:active
{
    FONT-SIZE: 11px;
    COLOR: #990000;
    TEXT-DECORATION: none
}