/* CSS Document */

@charset "windows-1253";
/*Apply this class to the text you'd like a different link color. Text that 
 is not a link will appear in this style.*/

.text {
	color: #272727;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}

/*These are the 	link style definitions.*/

a.text:link {
	color: #1D354A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;
}
a.text:visited {
	color: #1D354A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;
}
a.text:hover {
	color: #B40001;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;
}
a.text:active {
	color: #1D354A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;
}
/*Apply this class to the text you'd like a different link color. Text that 
 is not a link will appear in this style.*/

.first_links {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}

/*These are the 	link style definitions.*/

a.first_links:link {
	color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}
a.first_links:visited {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}
a.first_links:hover {
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
}
a.first_links:active {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}
/*Apply this class to the text you'd like a different link color. Text that 
 is not a link will appear in this style.*/

.second_links {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

/*These are the 	link style definitions.*/

a.second_links:link {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
a.second_links:visited {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
a.second_links:hover {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}
a.second_links:active {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #1D354A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
}
a:visited {
	color: #1D354A;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
}
a:active {
	color: #1D354A;
	font-weight: bold;
}
.maintitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
	color: #1D354A;
	text-decoration: underline;
}
.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #0C2247;
	font-weight: normal;
	text-decoration: none;
}
.secondtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #CD0102;
	font-weight: bold;
	text-decoration: none;
}
.textfooter {font-family: Georgia, "Times New Roman", Times, serif; font-size: 15px; text-decoration: none; color: #FFFFFF;}
body {
	background-image: url();
	background-color: #191919;
}
.mar0 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #0C2247;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #333333;
}
