/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
        background: #000000;
}


table {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

P    {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 550;
	color: #000000;
	margin: 0 10 10 10;
}

.splash    {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #006838;

}


.small_black    {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: 550;
	color: #000000;

}
.grey_text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 550;
	color: #666666;
	margin: 0 0 0 0;
}


.white_text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #FFFFFF;
	margin: 0 0 0 0;
}

.small_white_text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: 550;
	color: #FFFFFF;
	margin: 0 0 0 0;
}

.blue_text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 550;
	color: #99C1DA;
	margin: 0 0 0 0;
}

.blue_title {

	font-family: Helvetica, Arial, Sans Serif;
	font-size: 14px;
	color: #0D5797;
	font-weight: 800;
	margin: 0 0 0 0;
}


.red_title {

	font-family: Helvetica, Arial, Sans Serif;
	font-size: 14px;
	color: #EB1C24;
	font-weight: 800;
	margin: 10 10 0 10;
}

.black_title {

	font-family: Helvetica, Arial, Sans Serif;
	font-size: 14px;
	color: #000000;
	font-weight: 800;
	margin: 0 0 0 0;
}

.red_link {

	font-family: Helvetica, Arial, Sans Serif;
	font-size: 14px;
	color: #EB1C24;
	font-weight: 800;
	margin: 10 10 0 0;
}
.red_s_link {

	font-family: Helvetica, Arial, Sans Serif;
	font-size: 12px;
	color: #EB1C24;
	font-weight: 800;
	margin: 10 10 0 0;
}
.gray_title {

	font-family: Helvetica, Arial, Sans Serif;
	font-size: 12px;
	color: #666666;
	font-weight: 800;
	margin: 10 10 0 0;
}



.small_blue_title {

	font-family: Helvetica, Arial, Sans Serif;
	font-size: 14px;
	color: #243086;
	font-weight: 500;
	margin: 10 10 10 10;
}

.small_gray_title {

	font-family: Helvetica, Arial, Sans Serif;
	font-size: 14px;
	color: #666666;
	font-weight: 500;
	margin: 10 10 10 10;
}

.Footer {
	font-family: Helvetica, Arial, Sans Serif;
	font-size: 10px;
	color: #666666;
	font-weight: 550;
	margin: 10 0 10 0;
}


select {

	font-family: Helvetica, Arial, Sans Serif;
	font-size: 10px;
	color: #000000;
	font-weight: 500;
}

input {

	font-family: Helvetica, Arial, Sans Serif;
	font-size: 10px;
	color: #000000;
	font-weight: 500;
}

textarea {

	font-family: Helvetica, Arial, Sans Serif;
	font-size: 10px;
	color: #000000;
	font-weight: 500;
}

a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}


