/* TEXT STYLES */

.content, .contentpane, .contentpaneopen  			{
font-family:"Arial"; 
font-size:11px; 
color:#cccccc; 
line-height:1.2em;
letter-spacing:0.1em;
}
label {
font-family:"Arial"; 
font-size:11px; 
color:#999999; 
line-height:20px;
}
li, td {
font-family:"Arial"; 
font-size:11px; 
color:#999999; 
line-height:1.2em;
}
.tool-tip {
background-color:#000000; 
border:1px solid #222222;
padding:5px;
font-family:"Arial"; 
font-size:10px; 
color:#666666; 
}
.article_separator {height:50px; display:block;}
.createdate {
font-family:"Arial"; 
font-size:11px; 
color:#444444; 
line-height:2em;
}
h1  		{
font-family:"Trebuchet MS"; 
font-size: 20px; 
color:#666666; 
font-weight:bold;
}
.componentheading 		{
font-family:"Trebuchet MS"; 
font-size:20px; 
color:#666666; 
font-weight:normal;
margin-top:40px;
margin-bottom:20px;
}
.contentheading		{
font-family:"Trebuchet MS"; 
font-size:16px; 
color:#83ad27; 
font-weight:normal;
margin-top:40px;
margin-bottom:20px;
}
.subhead        		{
font-family:"verdana"; 
font-size:8pt; 
color:#;
}
.smallprint        	{
font-family:"verdana"; 
font-size:7pt; 
color:#;
}
.highlight       		{
color:#; 
}
.alternate				{
color:#;
}


											/* LINK STYLES */

.majorlink        		{
font-family:"Arial"; 
font-size:14px; 
line-height:1.1em;
letter-spacing:0.05em;
}
.minorlink        		{
font-family:"Arial"; 
font-size:11px; 
color:#cccccc; 
line-height:1.1em;
letter-spacing:0.05em;
}

.mainlevel    {
text-align:right;
font-family:"Arial"; 
font-size:11px; 
font-weight:normal;
color:#dddddd;
margin: 0px 0px 0px 0px;
padding: 0px 5px 0px 5px;
text-decoration:none;
line-height:27px;
display:inline;
}  
.mainlevel:visited   {
color:#dddddd;
} 
.mainlevel:hover   {
color:#a3ef00;
} 
.mainlevel_sys    {
text-align:right;
font-family:"Arial"; 
font-size:9px; 
font-weight:normal;
color:#444444;
margin: 0px 0px 0px 0px;
padding: 0px 5px 0px 5px;
text-decoration:none;
line-height:27px;
display:inline;
}  

.mainlevel_sys:visited   {
color:#444444;
} 
.mainlevel_sys:hover   {
color:#999999;
}        										/* GENERAL PAGE STUFF */
	
img             {border: none;}
a:focus 	 	{outline: none;}
a				{color:#eeeeee; text-decoration:none;}
a:visited		{color:#eeeeee; text-decoration:none;}
a:hover			{color:#a3ef00; text-decoration:none;}
hr              {width:100%; color:#000000; height:1px solid;}  
input 			{background-color:#222222; color: #ffffff; border: 1px solid #444444;}
fieldset     {border:none;}
.menucontainer{float:right;}  
  
  

       										/* REPEATED IMAGES */
   
  .background {
  background-image: url("../graphics/bg.gif");
  background-repeat: repeat-x;
  background-position:top;
  background-color:#4e4f52;
  width:100%;
  height:100%;
  }  
  .pagebg {
  background-image: url("../graphics/pagebg.gif");
  background-repeat: repeat-x;
  background-position:top;
  background-color:#2d2e30;
  }  
  .banner      {
text-align:right;
 width:800px;
  height:135px;
  background-image: url("../graphics/banner.gif");
  background-repeat: no-repeat;
  background-position:top;
  background-color:#000000;
  }  
  .bottom     {
text-align:right;
  width:799px;
  height:73px;
  background-image: url("../graphics/bottom.gif");
  background-repeat: no-repeat;
  background-position:top;
  background-color:#000000;
  }