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

body,td,th {
	font-family: "Century Gothic", Arial, Sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_pattern.gif);
	background-repeat: repeat;
	background-color: #0261A3;
	background-position: 0px 0px;
}
#gradient {
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}



a:link {
	text-decoration: none;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #0060A1;
}
a:visited {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #0060A1;
}
a:hover {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #1E9F83;
}
a:active {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #0060A1;
}
.copyright_txt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

.main_title {
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	font-size: 25px;
	color: #096;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-left: -20px;
}
#border_bottom {
	background-image: url(images/border_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 13px;
}
#border_top {
	background-image: url(images/border_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 17px;
	width: 382px;
}
.center_align {
	text-align: center;
}

.content_txt {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
}
#border_middle {
	background-image: url(images/border_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 30px;
	padding-left: 30px;
}

.sub_txt {
	font-family: "Century Gothic", Arial, Sans-serif;
	font-size: 20px;
	color: #054D79;
	padding-left: 50px;
	line-height: 36px;
	font-weight: bold;
}
.border_txt {
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #054D79;
	line-height: 36px;
}
.content_txtbold {
	text-align: center;
	font-weight: bold;
}
.content_txt_center {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #096;
}

a.menu_txt2:link {
	color: #FFF;
	text-decoration: none;
}

a.menu_txt2:visited {
	color: #FFF;
	text-decoration: none;
}
a.menu_txt2:hover {
	color: #FFF;
	text-decoration: underline;
}
a.menu_txt2:active {
	color: #FFF;
	text-decoration: none;
}

.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
.red-txt {
	color: #C00;
	font-size: 18px;
}
.red-txt2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #C00;
	font-size: 20px;
}
.small-txt {
	font-size: 11px;
	font-weight: bold;
}
