body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

.leftside {
	background-image: url(images/left_side.jpg);
}
.rightside {
	background-image: url(images/right_side.jpg);
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}
a.footer:link {
	text-decoration: underline;
	color: #000066;
}
a.footer:visited {
	color: #000066;
	text-decoration: underline;
}
a.footer:hover {
	color: #000066;
	text-decoration: none;
}
a.footer:active {
	color: #000066;
	text-decoration: underline;
}

.BlueLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
	font-weight: normal;
}
a.BlueLinks:link {
	text-decoration: underline;
	color: #000066;
}
a.BlueLinks:visited {
	color: #000066;
	text-decoration: underline;
}
a.BlueLinks:hover {
	color: #000066;
	text-decoration: none;
}
a.BlueLinks:active {
	color: #000066;
	text-decoration: underline;
}


h1 {
	font-family: "Times New Roman", Times, serif;
	color: #1F6D6B;
	font-style: italic;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	color: #1F6D6B;
	font-style: italic;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color:  #1F6D6B;
	font-style: italic;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
a.white:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.gray {
	background-color: #CCCCCC;
}
h4 {
	font-family: "Times New Roman", Times, serif;
}
.BlueTitle {
	font-family: "Times New Roman", Times, serif;
	color: #1F6D6B;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;	
}
.yellow {
	background-color: #FFEFBF;
}
.ltblue {
	background-color: #D6F3F3;
}
.field {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
.smallNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bluegrey {
	background-color: #B9DDDD;
}
.catalog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.catalog:link {
	text-decoration: none;
	color: #1F6D6B;
}
a.catalog:visited {
	color: #1F6D6B;
	text-decoration: none;
}
a.catalog:hover {
	color: #1F6D6B;
	text-decoration: underline;
}
a.catalog:active {
	color: #1F6D6B;
	text-decoration: none;
}

