.cq {
}
body {
	background-image: url(../images/bg.jpg);
	background-color: #CCFF99;
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	line-height: 17px;
}
.tablebg {
	background-color: #FFFFFF;
	background-image: url(../images/table-bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 26px;
	color: #CD0101;
	font-weight: bold;
}
.desc {
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	color: #003300;
}
.form-txt {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #333333;
}
.shadow {
	background-image: url(../images/border.gif);
	background-repeat: repeat-y;
	background-position: 0px 175px;
}
.tag {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	line-height: 17px;
	color: #132A0A;
	background-image: url(../images/tag-bg.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
}
.formtxtSM {
	font-family: "Trebuchet MS", Verdana;
	font-size: 9px;
}
.redactiontxt {
	font-family: "Trebuchet MS", Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #CD0101;
}
.nav {
	background-image: url(../images/nav-bg.gif);
	background-repeat: no-repeat;
}
.nav a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #BCEF89;
}
.formheadlines {
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
	border: 1px solid #EDFECF;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.error {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #CD0101;
}

.txtSM {
    font-family: "Trebuchet MS", Verdana;
    font-size: 10px;
    line-height: 16px;
    color: #003300;
}

.txtSM a {
    font-family: "Trebuchet MS", Verdana;
    font-size: 10px;
    line-height: 16px;
    color: #003300;
    text-decoration: none;
}

.txtSM a:hover {
    font-family: "Trebuchet MS", Verdana;
    font-size: 10px;
    line-height: 16px;
    color: #FF0000;
    text-decoration: underline;
}


