@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../images/g_bg_body.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 140%;
}


h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #005883;
	font-weight: 200;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h1 {
	font-size: 150%;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
h2{
	font-size: 135%;
	font-weight: bold;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 90%;
	font-style:italic;
}

ul {
	margin: 10px 0 10px 0px;
	padding:0;
}
li {
	margin: 0 0 0 20px;
}

a:link {
	text-decoration: underline;
	color: #005883;
}
a:visited {
	text-decoration: underline;
	color: #0058839;
}

a:hover, a:active {
	text-decoration: none;
	color: #005883;
}

.caption {
	padding-top: 10px;	
	font-size: 70%;
	line-height: 100%;
	color: #005883;
	
}

.small_body {
	font-size: 80%;
	line-height: 90%;
}



/*  Layout Styles  */

#content {
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 55px;	

}
.contentInner{
	width: 100%;
	float: left;
	
}
.contentInner h1{
	color: #C1D72E;
	padding-bottom: 15px;
	font-style: italic;
	font-size: 150%;
	font-weight: bold;
	padding-left: 135px;
}
.contentInner h2{
	padding-bottom: 15px;
	line-height: 150%;
	font-weight: bold;
	font-size: 100%;
	padding-left: 135px;
}
.contentInner h3{
	padding-bottom: 15px;
	line-height: 150%;
	font-size: 90%;
	padding-left: 135px;
}
.contentInner h4{
	padding-bottom: 15px;
	line-height: 150%;
	font-size: 85%;
	font-style: normal;
	font-weight: bold;
}
.contentInner h4 span{
	padding-left: 15px;
}
.tacticallForm td {
padding: 5px;

}
.tacticallForm span {
}
.tacticallForm .textField{
	border: 1px solid #000000;
	/* width: 100%; */
}
.tacticallForm .button {
	background-image: url(../images/b_green_background.gif);
	height: 20px;
	width: 114px;
	color: #005883;
	border-style: none;
	font-size: 90%;
	background-repeat: no-repeat;
	padding-bottom: 3px;
}
.tacticallForm .button:hover {
	color: #FFFFFF;
}
