body {
	font: 12px Arial;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: #6f95c5 url(images/back_gradient.gif) repeat-x;

}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    margin-top:0;
	margin-bottom:0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
.oneColFixCtr #mainContent {
	
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.oneColFixCtr #footer {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 10px;
}

.oneColFixCtr #text_area {
padding-left: 20px;
	
}

.oneColFixCtr #login {
	width: 250;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

.oneColFixCtr #demo {
	text-align: center;
}

a:link {text-decoration: none;} /* unvisited link */
a:visited {text-decoration: none;} /* visited link */
a:hover {text-decoration: none; color: black;} /* mouse over link */
a:active {text-decoration: none;} /* selected link */


.body_text {
	font-family: Trebuchet MS;
	background-color: inherit;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.1em;
	padding-right: 10px;
}

.index_text {
	font-family: Trebuchet MS;
	background-color: inherit;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 1.2em;
	padding-right: 10px;
}

.demo_text a:link{

	text-align: center;
}

.list_text {
	font-family: Trebuchet MS;
	background-color: inherit;
	color: #7197c3;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.3em;
	font-weight: bold;
	

}

.list_text ul {
	list-style: none;
	margin-left: 25px;
	padding-left: 0em;
	
	}



.features_text {
	font-family: Trebuchet MS;
	background-color: inherit;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.5em;
	font-size: 1.3em;
	padding-left: 30px;
	padding-right: 30px;
}

.news_text {
font-family: Trebuchet MS;
color: #444;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
font-size: .8em;
padding-left: 5px;
}


.no_indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 1.2em;
}

.link_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: gray;
}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #898989;
}

.header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.bigger_text {
font-family: Arial;
color: #7197c3;
text-decoration: none;
word-spacing: 0.1em;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
font-size: 1.0em;
margin-left: 3px;
font-weight: bold;

}

.product_header_text {
font-family: Arial;
color: #7197c3;
text-decoration: none;
word-spacing: 0.1em;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
font-size: 1.0em;
margin-left: 10px;
font-weight: bold;

}

.menu_text {
font-family: Trebuchet MS;
color: #000000;
text-decoration: none;
word-spacing: 0.1em;
text-align: left;
letter-spacing: 0;
font-size: 1.2em;
font-weight:bold;

}

.bold_text {
font-family: Trebuchet MS;
color: #000000;
text-decoration: none;
word-spacing: 0.1em;
text-align: left;
letter-spacing: 0;
font-size: 1.5em;
font-weight:bold;
}

.menu_text a:link {text-decoration: none;} /* unvisited link */
.menu_text a:visited {text-decoration: none;} /* visited link */
.menu_text a:hover {text-decoration: none; color: #959595;} /* mouse over link */
.menu_text a:active {text-decoration: none;} /* selected link */

.login_text {
	font-family: Trebuchet MS;
	color: #000000;
	text-decoration: none;
	word-spacing: 0.1em;
	text-align: left;
	letter-spacing: 0;
	font-size: 1.4em;
	padding-left: 20px;
	margin-left: 10px;
}


.right_quote_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	
}