/*
/*	Author: Austen Walker		*/
/* body */
body { 
	   color: white;
       font-family: Arial, Tahoma;
       font-size: 10pt;
	   background-color: #000066;
	   background-image: ;
       background-repeat: no-repeat;
       background-position: center;
       background-attachment: fixed;
	   margin-top: 0px;
}

/* H1 */
H1 {
	   color: white;
       font-family: Tahoma, Arial;
}

/* H2 */
H2 {
	   color: white;
       font-family: Tahoma, Arial;
}

/* H3 */
H3 {
	   color: white;
       font-family: Tahoma, Arial;
}

/* H4 */
H4 {
	   color: white;
       font-family: Tahoma, Arial;
}

/* H5 */
H5 {
	   color: white;
       font-family: Tahoma, Arial;
}

/* Dotted table classification */
.dotted { 
		 border-style: dotted;
		 border-width: 3px;
		 border-bottom-color: #CCCCCC;
}

/* Dotted table classification */
.inset { 
		 border-style: inset;
		 border-width: 3px;
		 border-bottom-color: #CCCCCC;
} 


/* Main menu table font */
td.menu {
		font-family: Tahoma, Arial;
        font-size: 10pt;
        padding: 0px;
        text-align: center;
        position: relative;
}

/* Main body table font */
td.main {
		font-family: Arial, Tahoma;
        font-size: 9pt;
        padding: 0px;
        text-align: left;
        position: relative;
}

/* Main body table font */
td.main1 {
		font-family: Arial, Tahoma;
        font-size: 9pt;
        padding: 0px;
        text-align: center;
        position: relative;

}

/* MIXES page body table font - dk grey bg */
td.mix {
		font-family: Arial, Tahoma;
        font-size: 9pt;
        padding: 2px;
        text-align: center;
        position: center;
		background-color: #CCCC99;
}

/* MIXES body table font - blue bg */
td.mix1 {
		font-family: Arial, Tahoma;
        font-size: 9pt;
        padding: 2px;
        text-align: center;
        position: center;
}

/* Table title row - black bg */
td.rTitle {
		color: #FFFFFF;
		font-family: Arial, Tahoma;
        font-size: 10pt;
        padding: 2px;
        text-align: center;
        position: relative;
		background-color: #000000;
}

/* light blue small hr */
hr.small {
		height: 1px;
		color: #FFFFCC;
		width: 50%;
}

/* class for smaller text */
.smallText {
		font-size: 8pt;
}

/* class for form elements */
.form { 
  font-family: Arial, Tahoma; 
  font-size: 8pt; 
}

/* class for smaller text(black) */
.smallText1 {
		font-size: 8pt;
		color: #000000;
}

/* subclass for links on menu */
a.menulink {
		color: #ffffcc;
		font-weight: light;
		font-variant: none;
        text-decoration: none;
}

/* subclass a:hover for menu */
a:hover.menulink {
		color: #666699;
}

/* href link */
a {
		color: #ffffcc;
		font-weight: heavy;
		font-variant: none;
        text-decoration: none;
}

/* hover link color */
a:hover {
		color: #666699;
		background-color: #FFFFCC;
}

a:active {
		color:green;
}

/* input button */
input  {
	   color: #ffffff;
       font-family: Arial, Tahoma;
       font-size: 9pt;
       background-color: #666666;
       font-weight: lighter;
	   }

/* text area */
TEXTAREA  {
	   color: #666666;
       font-family: Arial, Tahoma;
       font-size: 9pt;
       background-color: #ffffcc;
       font-weight: lighter;
	   }

/* text box color */
TEXT  {
	   color: #666666;
       font-family: Arial, Tahoma;
       font-size: 9pt;
       background-color: #ffffcc;
       font-weight: lighter;
	   }	   