@charset "UTF-8";

body {
	background-color: #00377C;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 18px;
}

/* TITLES */


.title1Green {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #DAD20F;
	line-height: 22px;
}

.title1White {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
}

/* TEXT */


.txtGreen {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 14px;
	text-transform: capitalize;
}
.txtGreenBold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #DAD20F;
	line-height: 18px;
}
.txtBold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
}


.txtSmallCaps {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 14px;
}


/* LINKS */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #DAD20F;
	text-decoration: none;
}
a:active {
	color: #DAD20F;
	text-decoration: none;
}

a.lnkDownload:link {
	color: #DAD20F;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a.lnkDownload:visited {
	color: #DAD20F;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a.lnkDownload:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a.lnkDownload:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

a.lnkNav:link {
	color: #DAD20F;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
a.lnkNav:visited {
	color: #DAD20F;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
a.lnkNav:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
a.lnkNav:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

