/* LINK */
a:link {
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
input {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #F4F4F4;
	margin: 0px;
	padding: 1px;
	border: 1px solid #33375A;
}
.required {
	font-family: Tahoma;
	font-size: 10px;
	color: #990000;
	text-decoration: none;
	margin: 0px;
	padding: 2px;
}

textarea {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #F4F4F4;
	margin: 0px;
	padding: 1px;
	border: 1px solid #33375A;
}

.higlighted_text {
	color: #CC6600;
}
.up_gradient {
	background-image: url(../images/up_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


a:active {
	text-decoration: none;
	color: #0066CC;
	font-weight: bold;
}


#footer_link:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer_link:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#footer_link:hover {
	text-decoration: none;
	color: #0099FF;
	font-weight: bold;
}
#footer_link:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

/* OTHER */


body {
	margin: 0px;
	padding: 0px;
	background-color: #32385A;
}
p {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 3px;
	list-style-position: inside;
	list-style-type: disc;
}
.menu_text {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
	text-decoration: none;
	margin: 0px;
	padding: 2px;
}
.menu_cell {
	background-color: #e9e9e9;
	border: 1px solid #999999;
}
.menu_table {
	background-color: #f4f4f4;
	background-image: url(../images/shadow_gray.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.menu_bck {
	background-color: #F4F4F4;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/shadow_gray.jpg);
}
.left {
	background-color: #FFFFFF;
	background-image: url(../images/shadow_white.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.borders {
	background-color: #FFFFFF;
	border: 1px solid #003366;
}
.shadow {
	background-color: #CCCCCC;
}

.footer_text {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 2px;
}
ul {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 3px;
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
	text-indent: 15px;
	white-space: normal;
}
li {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 3px;
	list-style-position: inside;
	list-style-type: disc;
	text-indent: 10px;
}
.right {
	background-color: #FFFFFF;
	background-image: url(../images/shadow_white.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.left2 {
	background-color: #32385A;
	background-image: url(../images/shadow_dark.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.central_text_td {
	text-align: justify;
	margin: 0px;
	padding: 5px;
}

.right2 {

	background-color: #32385A;
	background-image: url(../images/shadow_dark.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #003366;
	margin: 0px;
	list-style-position: inside;
	list-style-type: disc;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
.central {

	background-color: #FFFFFF;
	background-image: url(../images/shadow_white.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.central_td {
}
.up_gradient2 {

	background-image: url(../images/up_gradient2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

