body,div,td,tr,th,span,a,input,select,textarea,submit{
	font-family: Arial;
}

/* Color Set one */
.coloronebackground{
	background-color:#333133;
}
.coloronefontcolor{
	color: #FFFFFF;
}
.coloroneheadingcolor{
	color: #FFFFFF;
}

/* Color Set two */
.colortwobackground{
	background-color:#EB1C24;
}
.colortwofontcolor{
	color: #666666;
}
.colortwoheadingcolor{
	color: #3B3B3B;
}

/* Color Set three */
.colorthreebackground{
	background-color:#ee3224;
}
.colorthreefontcolor{
	color: #ffffff;
}
.colorthreeheadingcolor{
	color: #ee3224;
}

body{
	background:#3E3E3E URL(lib/background.jpg) 0 0 repeat-x;
}
.pagewidth{
	background:#ffffff !important;
}
.menuBG, .baseBg{
	background:URL(lib/menu.png) 0 0 no-repeat;
}
.qsGoButton{
	background:URL(lib/go.png) 0 0 no-repeat;
}
.qsGoButton:hover{
	background:URL(lib/goOn.png) 0 0 no-repeat;
	cursor:pointer;
}
.smOW{
	top:156px !important;
}
.homeLinksContainer{
	background:URL(lib/homeLinksContainer.jpg) 0 0 repeat-x;
	width:249px;
	height:269px;
}
.homeLink{
	width:209px;
	height:58px;
	background:URL(lib/homeLinksBg.jpg) 0 0 no-repeat;
	margin:8px 0 0 0px;
	line-height:58px;
	padding-left:26px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
}
.homeLink:hover{
	background:URL(lib/homeLinksBgOn.jpg) 0 0 no-repeat;
	cursor:pointer;
}
.homeLink span{
	color:#ee3224;
}
.homeLinkSmall{
	width:218px;
	height:46px;
	background:URL(lib/homeLinksBgSmall.jpg) 0 0 no-repeat;
	margin:6px 0 0 0px;
	line-height:46px;
	padding-left:18px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
}
.homeLinkSmall:hover{
	background:URL(lib/homeLinksBgSmallOn.jpg) 0 0 no-repeat;
	cursor:pointer;
}
.homeLinkSmall span{
	color:#ee3224;
}
.welcomeLinksContainer{
	background:URL(lib/homeLinksContainer.jpg) 0% 100% repeat-x;
}
