body
{
	background-color: #ffffff;

	color : #666666;
	font-size : 11px;
	font-family : Arial;
  z-index : 1;



}



p,li
{
	color : #666666;
	font-size : 12px;
	font-family : Arial;

}

h1
{
	color : #666666;
	font-size : 20px;
	font-family : Arial;
	text-align : center;

	line-height : 32px;
	
	margin-bottom  :0px;

}

a:link,
a:hover,
a:visited,
a:active
{
	color : #244491;
	font-size : 12px;
	font-family : Arial;
	text-align : justify;
}

a:hover
{
 color : #4173EA;
 font-size : 12px;
}



textarea
{

	border: 1px solid #666666;
	color: #666666;
	font-size : 12;
	font-weight : bold;
	font-family : Arial;

	background-color : #ffffff;
	background-repeat: repeat-x;
	background-position: bottom;

	padding-left : 5px;

	scrollbar-3dlight-color : #85807D;
	scrollbar-arrow-color : #85807D;
	scrollbar-base-color : #EFE7DC;
	scrollbar-darkshadow-color : #85807D;
	scrollbar-face-color : #EFE7DC;
	scrollbar-highlight-color : #EFE7DC;
	scrollbar-shadow-color : #C1BAB0;
	scrollbar-track-color : #F2F2F2;
}

button
{
	border: 1px solid #4A3B25;
	color: #666666;
	font-size : 12;
	font-weight : bold;

	width : 80px;
	height : 24px;
	cursor : pointer;

	background-image : url(../img/_button_bg.gif);
	background-color : #eeeeee;
	background-repeat: repeat-y;
	background-position: bottom;

}

input
{
	font-family : Arial;
}


