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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:600;
	/*letter-spacing:1.5px;*/
	font-size: 18px;
	color: #666666;
	background-image: url(../images/bkgr_checker_green.gif);
	margin: 5px;
}

.makeBold{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:600;
	/*letter-spacing:1.5px;*/
	font-size: 18px;
	color:#FF8A15;
	/*color:#000000;*/
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.large {
	font-size: 28px;
	font-weight: normal;
	margin-left: 5px;
}

h4 {
	font-size: 21px;
}

.medBlue {
	font-size: 22px;
	color:#CC6600;
	font-weight: bold;
	font-style: italic;
	letter-spacing:.5px;
	/*line-height:10px;*/
}

.medBlueReg {
	font-size: 22px;
	color:#FF8A15;
	font-weight: bold;
	letter-spacing: -1px;
	line-height:20px;
	/*font-style: italic;*/
}
.medBlueRegLarge {
	font-size: 30px;
	text-align:center;
	color:#FF8A15;
	font-weight: bold;
	letter-spacing: -1px;
	/*font-style: italic;*/
}

.medGreen {
	font-size: 15px;
	color: #009933;
	font-weight: bold;
	font-style: italic;
}

.redSlant {
	font-size: 15px;
	color: #990000;
	font-weight: bold;
	font-style: italic;
}

.medRed {
	font-size: 20px;
	color: #990000;
	font-weight: normal;
}

.highlightedBlue {
	font-size: 15px;
	color: #009999;
	font-weight: bold;
	font-style: italic;
}

.quote {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}

.quote2 {
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
}

.quoteOrange {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 16px;
	color: #993300;
	font-weight: bold;
	font-style: normal;
}

.subtitle {
	font-size: 16px;
	color: #333333;
}

.subtitlebold {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	padding-left: 15px;
}

.copyright {
	font-size: 10px;
}

.kw {
	font-size: 10px;
	color: #ffffff;
}

.whiteMedium {
	font-size: 13px;
	font-weight:600;
	color:#666666;
	letter-spacing: 1px;
	padding: 3px;
	margin-bottom:0px;
}
.webii {
	font-size: 13px;
	font-weight:800;
	color:#666666;
	letter-spacing: 4px;
	padding: 3px;
}

.generalContent {
	padding: 15px;
}

.generalText {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:.09px;
	font-size: 18px;
	/*color: #53614d;*/
	color:#333333;
}

ul, li {
	
	font-size: 15px;
	padding-bottom: 2px;
	padding-top: 4px;
	line-height: 22px;
}

a:link {
	color: #006699;
	text-decoration: underline;
}

a:visited {
	color: #006699;
	text-decoration: underline;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

.box1 {
	color: #333333;
	background: #99CCCC;
	padding: 10px;
	width: 80%;
	text-align: center;
	
}

.box2 {
	color: #333333;
	background: #CCCCCC;
	padding: 10px;
	width: 70%;
	text-align: center;
	font-weight: bold;
}

.box3 {
	font-size: 22px;
	background: #FFFFCC;
	padding: 8px;
	color: #006666;
	width: 85%;
}

.zeros {
	font-size: 11px;
}

.demoPage{
color: #006666;
font-size: 24px;
}
.quoteBlue {
	color: #006666;
	font-size: 24px;
}

.required {
	color: #993300;
	font-weight: bold;
}

.onlineDemoText{
	font-size:24px;
	font-weight:500;
	color:#CC6600;
	letter-spacing:1px;
	line-height:.5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.onlineDemoTextHolder{
padding-left:10px;
padding-top:10px;
}
/*links for articles in footer*/
a.article:link {
	color: #006699;
	text-decoration: underline;
	font-size: 11px;
	padding: 8px 4px 4px 4px;
	border-right: 1px solid #CCCCCC;
}

a.article:visited {
	color: #006699;
	text-decoration: underline;
	font-size: 11px;
	padding: 8px 4px 4px 4px;
	border-right: 1px solid #CCCCCC;
}

a.article:hover{
	color: #006699;
	text-decoration: underline;
	font-size: 11px;
	padding: 8px 4px 4px 4px;
	border-right: 1px solid #CCCCCC;
}

a.demoLink:link {
	color: #006699;
	text-decoration: underline;
	font-size: 20px;
	padding: 8px 4px 4px 4px;
	line-height:25px;
	
}

a.demoLink:visited {
	color: #006699;
	text-decoration: underline;
	font-size: 20px;
	padding: 8px 4px 4px 4px;
	line-height:25px;
	
}

a.demoLink:hover{
	color: #006699;
	text-decoration: underline;
	font-size: 20px;
	padding: 8px 4px 4px 4px;
	line-height:25px;
	
}
