body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/generic/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #F0F0F0;
	padding: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #666666;
	margin: 0 0 0 0; /* top right bottom left */
	font-weight: normal;
} 
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00B3DF;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00B3DF;
	margin: 0 0 0 0; /* top right bottom left */
	font-weight: bold;
}

.menu-headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}

A.type1:link    {
	color:#0000CC;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}
A.type1:visited {
	color:#0000CC;
	text-decoration: underline;
}
A.type1:active  {
	text-decoration: underline;
	color: #0000CC;
}
A.type1:hover   {
	color:#00C1EF;
	text-decoration: underline;
}

A.type2:link    {
	color:#e8007c;
	text-decoration:none;
}
A.type2:visited {
	text-decoration:underline;
}
A.type2:active  {
	text-decoration:underline;
}
A.type2:hover   {
	color:#00B3DF;
	text-decoration:underline;
}

A.type3:link    {
	color:#CCCCCC;
	text-decoration:none;
}
A.type3:visited {
	text-decoration:none;
	color: #CCCCCC;
}
A.type3:active  {
	text-decoration:none;
	color: #CCCCCC;
}
A.type3:hover   {
	color:#00B3DF;
	text-decoration:none;
}
.codeview {
	font-size: 12px;
	color: #000000;
	background-color: #FFDDDD;
}
.faux-h2 {
	color: #00B3DF;
	font-size: 14px;
	font-weight: bold;
}

