/*	Compressor Tech Style Sheet  - - - - - - - - - - - -  */
/*	-- site redesign 1/2004								  */

/*  ..... color schemes ......
		1 = black 	= 000000
		2 = purple 	= 330066
		3 = blue  	= 000099
		4 = white 	= FFFFFF
		5 = blue 2 	= 009999
		6 = gold 	= FFCC00
		
		AI blue = 0066CC
		AI red  = FF3333
	...........................   */

body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	}
td,  li {
	font-family: Arial, sans-serif;
	font-size: 11px;
	}
.bold {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	}

	
/*  Links   -  -  -  - -  -  -  - -  -  -  - -  -  -  -   */
a:link
	{
    color: #330066;
    text-decoration: none;
	}
a:visited
	{
    color: #330066;
    text-decoration: none;
	}
a:active
	{
    color: #330066;
    text-decoration: none;
	}
a:hover
	{
    color: #330066;
    text-decoration: underline;
	}
	
/*  Forms   -  -  -  - -  -  -  - -  -  -  - -  -  -  -   */

input, select, option, textarea {
	font-family: Arial, sans-serif;
	font-size: 11px;
	}
	
/*  Headings  -  -  - -  -  -  - -  -  -  - -  -  -  -   */
.heading1 	{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}
.heading2 	{
	font-size: 16px;
	font-weight: bold;
	color: #330066;
	}
.heading3 	{
	font-size: 16px;
	font-weight: bold;
	color: #000099;
	}
.heading4 	{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	}
.heading5 	{
	font-size: 16px;
	font-weight: bold;
	color: #009999;
	}
.heading6 	{
	font-size: 16px;
	font-weight: bold;
	color: #FFCC00;
	}
	
/*  Sub Headings  -  -  - -  -  -  - -  -  -  - -  -  -  -   */

.subhead1 	{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}
.subhead2 	{
	font-size: 14px;
	font-weight: bold;
	color: #330066;
	}
.subhead3 	{
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	}
.subhead4 	{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	}	
.subhead5 	{
	font-size: 14px;
	font-weight: bold;
	color: #009999;
	}	
.subhead6 	{
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
	}	
	
	
/*  -  Text options -  - -  -  -  - -  -  -  - -  -  -  -   */
.text1 	{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	}
.text2 	{
	font-size: 11px;
	font-weight: normal;
	color: #330066;
	}
.text3 	{
	font-size: 11px;
	font-weight: normal;
	color: #000099;
	}
.text4 	{
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	}	
.text5 	{
	font-size: 11px;
	font-weight: normal;
	color: #009999;
	}	
.text6 	{
	font-size: 11px;
	font-weight: normal;
	color: #FFCC00;
	}	
	
.text1_sm 	{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	}
.text2_sm 	{
	font-size: 10px;
	font-weight: normal;
	color: #330066;
	}
.text3_sm 	{
	font-size: 10px;
	font-weight: normal;
	color: #000099;
	}
.text4_sm 	{
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	}	
.text5_sm 	{
	font-size: 10px;
	font-weight: normal;
	color: #009999;
	}	
.text6_sm 	{
	font-size: 10px;
	font-weight: normal;
	color: #FFCC00;
	}	
	
/*  -  -  -  -  -  -  -  - -  -  -  - -  -  -  - -  -  -  -   */
.error	{
	font-size: 11px;
	font-weight: bold;
	color: #FF3333;
	}	

.footer	{
	font-size: 11px;
	font-weight: normal;
	color: gray;
	}	
.footer2	{
	font-size: 11px;
	font-weight: normal;
	color: #330066;
	}	
	
/*  -  -  -  -  -  -  -  - -  -  -  - -  -  -  - -  -  -  -   */


