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

body {
	background-color: #000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
}

table
{
	padding:0px;
	border-spacing:0px;
	background-color: #32439b;
	border: 1px solid #FFF;
	vertical-align:top;
	text-align:left;
	
}

.class1 table
{
	padding:0px;
	border-spacing:0px;
	background-color: #32439b;
	border: none;
	text-align:left
	
}


.class3 table
{
	padding:0px;
	border-spacing:0px;
	background-color: #32439b;
	border: none;
	text-align:right
	
}


A:link {text-decoration: none; color: black; font-weight:bold}
A:visited {text-decoration: none; color: black; font-weight:bold}
A:active {text-decoration: none; color: black; font-weight:bold}
A:hover {text-decoration: underline overline; color: red; font-weight:bold}

.class2 A:link {text-decoration:none; color: red;}
.class2 A:visited {text-decoration:none; color: red;}
.class2 A:active {text-decoration: none; color: red;}
.class2 A:hover {text-decoration: underline overline; color: red;}


.text-title {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #F1E12A;
}

.text-left {
text-align:left
}


.text-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
}
.text-main-center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight:bold
}
.photo-labels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F1E12A;
	font-weight: bold;
	text-align: center;
}

.text-contact {
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:right
}
.text-red {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#F00;
}

