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

body {
	background-color: #0d1a2d;
}

.blue_bold {
	color: #003366;
	font-weight: bold;
}

.black_bold 
{
	color: #000000;
	font-weight: bold;
}

.red_bold {
	color: #660000;
	font-weight: bold;
}

.red {color: #660000
}

.orange_bold {
	color: #CC3300;
	font-weight: bold;
}

.blue {
color: #003366;
}

.burgandy {
	color: #660033;
	font-weight: bold;
	font-size: 17px;
}

.orange_17px_bold {
	font-size: 17px;
	font-weight: bold;
	color: #CC3300;
}

.blue_15px{
	font-family: times;
	font-style: normal;
	color: #003366;
	text-decoration: none;
	font-size: 15px;
}

.style1 {
	font-size: 15px;
	font-family: times;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.style2_title {
	font-family: times;
	font-size: 20px;
	font-style: normal;
	color: #CC3300;
	font-weight: bold;
}
.style3_emphasis {
	color: #CC3300;
	font-weight: bold;
	font-family: times;
	font-size: 16px;
}
.style5_smaller_text {
	font-family: times;
	font-style: normal;
	color: #000066;
	text-decoration: none;
	font-size: 14px;
}
.style7_smaller_text_bold {
	font-family: times;
	font-style: normal;
	color: #000066;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.style2_title {
	font-family: times;
	font-size: 20px;
	font-style: normal;
	color: #CC3300;
	font-weight: bold;
}

.style1_bigger_text {
	font-size: 17px;
	font-family: times;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	vertical-align: 0%;
	text-align: left;
	text-indent: 0px;
	float: left;
}

.style3_italic {
	font-size: 17px;
	font-family: times;
	font-style: italic;
	line-height: normal;
	font-weight: 100;
	color: #000066;
	background-position: left;
}

.style4_emphasis {
	color: #CC3300;
	font-size: 15px;
	font-family: times;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
}

.style5_title_underline {
	color: #660033;
	font-weight: bolder;
	font-family: times;
	font-size: 17px;
	font-variant: normal;
	text-transform: capitalize;
	font-style: normal;
	text-decoration: underline;
}

.style2_smaller_text {
	color: #000000;
	font-family: times;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.smaller_text_bold_blue {
	font-family: times;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
}

.style2 {
	font-family: times; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	color: #003366; 
}

.lower_underlined_bold {
	font-family: times;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

.cups_orange_bold {
	font-family: times;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #CC3300;
}

.cups_blue_bold {
	font-family: times;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #003366;
}

.email {
	font-family: times;
	font-size: 12px;
	color: #000099;
	text-decoration: underline;
}
