@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif	
	background-color: #FFFFFF;
	background-image: url(images/background_01.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	color: #333333;
	font-size: 14px;
	list-style: square;	
}
a:link {
	color: #F55D25;
}
a:visited {
	color: #F55D25;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #F55D25;
}

.nav:link {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
}
.nav:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;

}
.nav:hover {
	color: #B6E0FF;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;

}
.nav:active {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;

}

.nav-inacive {
	font-size: 12px;
	color: #B6E0FF;
	font-weight: bold;
	
}

.red-line {
	color: #AD1C48;


}

.red-style {
	color: #AD1C48;
	font-weight: bold;
	
}

.grey-bold {
	color: #333333;
	font-weight: bold;
	
}
	
	.nav-bar {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

h1 {
	font-size: 20px;
	color: #AD1C48;
	margin: 0px;
}

h2 {
	font-size: 13px;
	color: #AD1C48;
}

.subtext {
	font-size: 11px;
	color: #333333;
}

.subtextlink:link {
	color: #333333;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}
.subtextlink:visited {
	color: #333333;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;

}
.subtextlink:hover {
	color: #333333;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}
.subtextlink:active {
	color: #333333;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold
}
