/* CSS Document */

BODY {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
 background:url('images/bg.jpg');
  background-repeat:repeat-x
}

A:link
{
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color:#666666;
	text-decoration: underline
}
A:hover
{
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color:#000000;
	text-decoration: none
}
A:visited
{
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color:#666666;
	text-decoration: underline
}
A:active
{
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color:#666666;
	text-decoration: underline
}



/* *******************************************
    Page background
     - These classes apply the skin elements to a form
   ******************************************* */

/*  Left column */

#page_left
{

 background:url('images/left.jpg');
  background-repeat:repeat-y
}


/*  Center column */

#page_body
{

 	padding:0px; 
    vertical-align: top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
 #page_bottom
{
 background:url('images/bottom.jpg');
 height:25px;
 background-repeat:repeat-x
}

/*  Right column */

#page_right
{
 background:url('images/right.jpg');
  background-repeat:repeat-y
}


	 
#standardForm
{
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color:#000000;
	text-decoration: none
}
.formButton
{
   font-size:12px;
   font-family:helvetica,sans-serif;
   font-weight:400;
   color:Black;
   background-color:#FFFFCC;
   border-style:solid;
   border-color:silver;
   border-width:1px;
   background:url('/images/bg_button.jpg');
   padding:2px;
   padding-left:6px;
   padding-right:6px;
   height:25px;
   
}



