											/* TEXT STYLES */

.body        			{
font-family:"arial"; 
font-size:12px; 
color:#ffffff;
padding:0px;
font-weight:normal;
}
.bodylink        		{
font-family:"arial"; 
font-size:12px; 
color:#ffffff;
padding:0px;
font-weight:normal;
}
.bodylink:hover        		{
font-family:"arial"; 
font-size:12px; 
color:#ffffff;
padding:0px;
font-weight:normal;
text-decoration:none;
}
.minibody       	{
font-family:"arial"; 
font-size:11px; 
color:#ffffff;
text-decoration:none;
}
.formtext        		{
font-family:"arial"; 
font-size:8pt; 
color:#000099;
}
.smallprint        	{
font-family:"arial"; 
font-size:7pt; 
color:#aaaaaa;
padding: 0px 0px 8px 30px;
}
.photosmallprint        	{
font-family:"arial"; 
font-size:7pt; 
color:#aaaaaa;
padding: 0px 0px 13px 10px;
}

.minilink        	{
font-family:"arial"; 
font-size:7pt; 
color:#ffffff;
text-decoration:none;
}
.minilink:hover       	{
font-family:"arial"; 
font-size:7pt; 
color:#999999;
}
.minilink2        	{
font-family:"arial"; 
font-size:7pt; 
color:#555555;
text-decoration:none;
}
.minilink2:hover       	{
font-family:"arial"; 
font-size:7pt; 
color:#ffffff;
}
.highlight       		{
font-family:"arial"; 
font-size:8pt; 
color:#999999; 
}
.red				{
color:#ff0000;
}
.fixme{
position:relative;
top:-6px;
left:0px;
}

											/* LINK STYLES */




       										/* GENERAL PAGE STUFF */
	
img             {border: none;}
body            {background-color: #;}
hr              {width:100%; color:#000000; height:1px solid;}  
input 			{background-color:#000099; color: #ffffff; border: 1px solid #999999;}

  
  
  

       										/* REPEATED IMAGES */
   
  .bg {
  background-image: url("graphics/background.jpg");
  background-repeat: repeat-y;
  }  
  .top {
  background-image: url("graphics/top.jpg");
  background-repeat: no-repeat;
  height:85px;
  }  
  .bottom {
  background-image: url("graphics/bottom.jpg");
  background-repeat: no-repeat;
  }   


  
											/* LINK HOVER */

 .linkoff {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
-moz-opacity: .2; opacity: .2; }

 .link:hover img{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.4; opacity: .4;}



											/* BUTTONS AND BOXES */

     .button    {
     font-family:"verdana"; 
     font-size:10pt; 
     font-weight:100;
	 border:1px solid;
     border-color:#;
	 color:#;
	 background:#;
	 text-decoration:none;
     margin:0px;
     padding:0px 10px;
     }  
     .button:hover   {
     border-color:#;
	 color:#;
	 background:#;
     } 	