/* CSS Document */
/* ----- set up some initial params ----- */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	color: #333333;
	background-image: url(../png/seams_bg.png);
	background-repeat: repeat-y;
	background-position: center;
}
.footer {
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
}
.main_img {
	background-repeat: no-repeat;
}

.text {
	font-family: Verdana;
	font-size:12px;
	color: #000066;
	font-weight: bolder;
}
.textpoint {
	font-family: Verdana;
	font-size:12px;
	color: #3399FF;
	font-weight: bolder;
}
.bodytext {
	font-family: Verdana;
	font-size:11px;
	padding: 5px;
}
.form_field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003366;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    scrollbar-base-color: #003366; 
    scrollbar-arrow-color: #000000;
	scrollbar-track-color: #003366;
    scrollbar-DarkShadow-Color: #003366; 
}
.astrix {
	color: #000066;
	font-size:10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.unUnderlined {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000033;
	text-decoration: none;
}
a:hover.unUnderlined {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #33CCCC;
	text-decoration: none;
}
/*For links on pages.*/
a.showLink, a.hideLink {
	color: #CC0033;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 4px;
	padding-right: 4px;
	background: transparent url('down.gif') no-repeat left; }
a.hideLink {
	background: transparent url('up.gif') no-repeat left; }

a.showLink:hover, a.hideLink:hover {
    color: #CC0033;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px dotted #CC0066; }
a.showLink:visited, a.hideLink:visited {
    color: #CC0033;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*border-bottom: 1px dotted #CC0066;*/ }
/*############## footer menu #######################*/
a.menuLink, a.menuhideLink {
	color: #000066;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 8px;
	padding-right: 2px;
	background-color: transparent;
	background-image: url(down.gif);
	background-repeat: no-repeat;
	background-position: center;
}
a.menuhideLink {
	background: transparent url('up.gif') no-repeat left; }
a.menuLink:hover, a.menuhideLink:hover {
    color: #000066;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px dotted #000066; }

	

