/* CSS Document */

BODY, TD, H2, P
{
	color:#898989;
	font-size:12px;
	font-family:trebuchet ms, verdana;
	font-weight:normal;
	margin-top:0px;
	margin-buttom:7px;
	list-style-position: inside;
	list-style-type: none;
}

a:link {color: #666666; text-decoration:none; cursor:hand;}     /* unvisited link */
a:visited {color: #666666; text-decoration:none; cursor:hand;}  /* visited link */
a:hover {color: #666666; text-decoration:underline; cursor:hand;}   /* mouse over link */
a:active {color: #666666; text-decoration:underline; cursor:hand;}   /* selected link */ 



.input
{ 
	color: #595959; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 11px; 
	font-family: Verdana; 
	text-decoration: none;
	background-color:#f8f8f8;		
	border: solid 1px #B6B6B6 
}

.input_light
{ 
	color: #CCCCCC; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 11px; 
	font-family: Verdana; 
	text-decoration: none;
	background-color:#f8f8f8;		
	border: solid 1px #CCCCCC 
}

.submit
{
	color: #FFFFFF; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 11px; 
	font-family: Verdana; 
	text-decoration: none;
	background-color:#666666;		
	border: solid 1px #000000;
}

h1 {
    font-family: arial, verdana, sans-serif;
	font-size: 12pt;
	color: #7c7c7c;
	
    padding: 4px;
    margin-bottom: 5px;
	margin-left: -5px;
    width: 100%;
	border-bottom: #ededec 1px solid;
  }

h3 {
    font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	color: #7c7c7c;
	
    padding: 4px;
    margin-bottom: 5px;
	margin-left: -5px;
    width: 100%;
	border-bottom: #ededec 1px solid;
  }


.menutext
{
	color:#545454;
	font-size:11px;
    font-family: arial, verdana, sans-serif;
	font-weight:normal;
	line-height: normal;	
}

.lightText
{
	color:#C0C0C0;
	font-size:11px;
	font-family: verdana;
	font-weight:normal;
	line-height: normal;	
}


.left
{
	border-left: 1px solid #C0C0C0;
}

.right
{
	border-right:1px solid #C0C0C0;
}

.bottom
{
	border-bottom:1px solid #C0C0C0;
}

.top
{
	border-top:1px solid #C0C0C0;
}

.ALL
{
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
}

.ALL_light
{
	border-bottom: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
}

