@charset "UTF-8";
/* CSS Document */

body
{ 
	background-image: url(images/bg.gif); 
	background-color: #000000
}


.style1 {
	font-family: Arial, Helvetica, sans-serif;

}
.stylemain {
	font-size: 14px;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif; 
}

.stylestrong {
	color: #000033;
	font-weight: bold;
	font-size:16px;
}

.stylesmall {
	font-size: 12px
}

.style4 {
color: #000033;
	font-family: Arial, Helvetica, sans-serif; 
	font-style: italic; 
}

.styleblue {
	font-size: 20px;
	font-weight: bold;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif; 
}

.stylephone {
	font-size: 23px;
	font-weight: bold;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif; 
	font-style: italic; 
}


.style9 {
	font-size: 14px;
	font-weight: bold;
	
}

.style12 {
	color: #003366;
}


img {
	border:0;
} 

.outlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0066CC;

}

.class1 A:link {text-decoration: none}
.class1 A:visited {text-decoration: none}
.class1 A:active {text-decoration: none}
.class1 A:hover {text-decoration: none}


.outlinks A:link {text-decoration: underline; color:#0066CC}
.outlinks A:visited {text-decoration: underline; color:#0033CC}
.outlinks A:active {text-decoration: underline; color:#00FFFF}
.outlinks A:hover {text-decoration: underline; color:#00CCCC}

table {
	border-width: medium;
	border-spacing: 0px;
	border-style: solid;
	border-color: #333333;
	border-collapse: separate;
	background-color: white;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066; 
}

table th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #333333;
	background-color: white;
	-moz-border-radius: 0px;
}

table td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #333333;
	background-color: white;
	-moz-border-radius: 0px;
}
