/* Body - Layout */


body {
	background-color: #d0d0d0;
	background-image: url(images/bggrey.jpg);	
	background-repeat: repeat-x
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;}
	
	
/* Link Styles */
	
.class1 a {font-size: 11px; color: #000000;}
.class1 a:link {text-decoration: none;}
.class1 a:visited {text-decoration: none;}
.class1 a:hover {text-decoration: underline; color: #000000;}
.class1 a:active {text-decoration: none;}

.class2 a {font-size: 10px; color: #000000;}
.class2 a:link {text-decoration: none;}
.class2 a:visited {text-decoration: none;}
.class2 a:hover {text-decoration: underline; color: #000000;}
.class2 a:active {text-decoration: none;}

/* Font Styles */

.style1 {color: #FFFFFF}
.style4 {font-size: 14px}
.style5 {font-size: 9px}
a {font-size: 12px;}
.style8 {font-size: 12px}
.style13 {color: #00193C}
.style15 {font-size: 18px}

#opaquetext {
   filter:alpha(opacity=100);  /* discarded */
   -moz-opacity:1.0;           /* discarded */
   opacity: 1.0;               /* discarded */
}


/* Random */

#box {
   background-color: #414C5C;  /* the background          */
   filter:alpha(opacity=70);   /* Internet Explorer       */
   -moz-opacity:0.7;           /* Mozilla 1.6 and below   */
   opacity: 0.7;               /* newer Mozilla and CSS-3 */
}

