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

body{
	margin-top: 10px;
	background-color: #000000;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}
h2{
	font-style: oblique;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
h3{}
.cjTechnicalSolutionsHolder{
	width: 100%;
}
.header{
	width: 955px;
}
.mainHolder{
	width: 955px;
}
.content{
	width: 100%;
	height: 100%;
	background-image: url(images/bg_fan.jpg);
	background-repeat: no-repeat;
	background-position: right 50px;
	background-color: #FFFFFF;
}
.CJcontent{
	width: 85%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style-image: url(images/arrow.gif);
}
.mainCJimage{
	border: 1px solid #666666;
}
.footer{
	width: 100%;
	background-image: url(images/footer.jpg);
	height: 24px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.aboveFooter{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #EFEFEF;
	border-top-width: 2px;
	border-top-style: double;
	border-top-color: #CCCCCC;
	line-height: 15px;
}
.aboveFooterLinks{
	color: #003366;
	text-decoration: underline;
}
.aboveFooterHeight{
	height: 90px;
}
.footerLinks{
	color: #FFFFFF;
}
.form{
	width: 600px;
	border-top-style: solid;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	background-color: #F5F5F5;
}
.textfield{
	border: 1px solid #CCCCCC;
	height: 16px;
	width: 160px;
}
.comments{
	border: 1px solid #CCCCCC;
}
.submit{
	width: 80px;
	height: 20px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #999999;
	border: 1px solid #666666;
}
