/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #5f5f5f;
}

p, blockquote, ul, ol, dl {
	margin: 0 0 10px 0;
	text-align: left;
	line-height: 1.2em;
}

ul {
	margin-left: 3px;
	text-align: left;
	list-style:none;
}

.text1 {
	margin-bottom: 30px;
	font-size: 1.4em;
	font-weight: normal;
	color: #214764;
}

.text2 {
	color: #b32017;
	font-weight:bold;
	font-size:115%;
}

.text3 {
	text-align: center;
	color: #6E889A;
}

.text6 {
	color: #fff;
}

.text7 {
	font-family: Georgia, Times New Roman, Times, serif;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

label {
	font-weight: bold;
	color: #656565;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 
{
    display:inline;  
	margin: 0px;
	color: #656565;
}

h1 {
	font-size: 3em;
	font-weight: normal;
	color: #0092cc;
	margin-bottom: 5px;
}

.sub {
	font-size: 1.1em;
	font-weight: bold;
	color: #0ea83d;
	margin: -5px 0 15px 0;
}


h2 {
	margin: 20px 0 5px 0;
	font-size: 1.1em;
	color: #0ea83d;
}

h3 {
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2a4a01;
	padding: 10px 0 0 10px;
	
}

h4 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2a4a01;
	padding: 0 0 5px 0;
	
}

blockquote {
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #00304e;
	padding: 10px 10px 5px 10px;
	clear: both;
	
}

.box {
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #00304e;
	padding: 10px 0 0 10px;
	
}

.gcstagline {
	padding-top: 10px;
} 

a.gcstagline:active {
	  font-weight: bold;
	  text-decoration: none;             
}

a.gcstagline:link {
	  font-weight: bold;
	  text-decoration: none;             
}

a.gcstagline:visited {
	  font-weight: bold;
	  text-decoration: none;             
}

a.gcstagline:hover {
	  color: #2a4a01;
	  text-decoration: underline;
}


/** LINKS */

a {
	color: #2976B1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #B32317;
}

.link1 {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #2976B1;
}

#sidebar a {
	color: #B32317;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #2976B1;
}

/** STYLES */

.style1 {
	color: #fff;
}

.style1 a {
	color: #fff;
	font-weight:bold;
}

.style1 a:hover {
	color: #b32017;
}

/** BACKGROUNDS */

.bg1 { background: ; }
.bg2 { background: ; }
.bg3 { background: ; }
.bg4 { background: ; }
.bg5 { background: ; }
.bg6 { background: ; }
.bg7 { background: ; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
	border: solid 1px #222;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
	border: solid 1px #222;
}

.content {
	text-align: left;
	list-style: square;
}

.content li {
	margin-bottom: 10px;
}

.sig {
	float: right;
}

.faq {
	padding-top: 15px;
}
.failureNotification
{
    font-size: 1.2em;
    color: Red;
}