body {
	margin: 0px;
	background-image: url(../images/layout/header_background.jpg);
	background-repeat: repeat-x;
	background-color: #666666;
}
#header {
	background-image:url(../images/layout/logo.jpg);
}
#footer {
	background-image: url(../images/layout/page_bottom.jpg);
	background-repeat: no-repeat;
}
#footer .clientLogin {
	background-image: url(../images/layout/clientLogin.jpg);
	background-repeat: no-repeat;
}
#page {
	background-image: url(../images/layout/page_background.jpg);
	background-repeat: repeat-y;
	border-color: #999999;
}
.heading {
	font-family:"Myriad Pro";
	font-size: 30px;
}
.subHeading {
	font-family:"Myriad Pro";
	font-size: 24px;
	color: #333333;
}
.questionFont {
	font-family:"Myriad Pro";
	font-size: 14px;
	color: #333333;
}	
.inputText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.medText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: inherit;
	color: #666666;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: inherit;
	color: #cccccc;
}
.portfolioPara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: inherit;
	color: #666666;
	background-color:#666666;
}
#page .leftBuffer {
	background-image: url(../images/layout/leftHeaderBg.jpg);
	background-repeat: repeat-x;
}
#page .rightBuffer {
	background-image: url(../images/layout/rightHeaderBg.jpg);
	background-repeat: repeat-x;
}
.textfield {
	background-color: transparent;
	border: 0;
	font-size: 12px;
	width: 170px;
}
.textfield2{
	font-size: 12px;
	width: 170px;
}
.loginBackground {
	background-image: url(../images/layout/loginBtn.jpg);
	background-repeat: no-repeat;
}
.submitBackground {
	background-image: url(../images/layout/sendBtn.jpg);
	background-repeat: no-repeat;
	width: 55px;
	height: 25px;
}
.submit{
	background-color: transparent;
	border: 0;
	width: 55px;
	height: 25px;
}
.divider {
	background-image: url(../images/layout/divder.jpg);
	background-repeat: repeat-y;
}
.border {
	border-color: #999999;
	border: 1;
}
.style1 {color: #F4F4F4}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.style2 {color: #CC0000}

.clientMenu {
	background-image: url(../images/layout/clientMenuBg.jpg);
	background-repeat: no-repeat;
}
.image{
border: 2px;
color: #999999;
padding: 3px;
}