A:visited 
{
	color: #B8092A;
	text-decoration: none;
}

A:hover 
{  
	color: #B8092A; 
	text-decoration: underline;
}

A:link 
{  
	color: #B8092A;
	text-decoration: none;
}

A:active 
{
   color: #B8092A;
   text-decoration: none;
}

input,select,textarea {
	font-family: Trebuchet MS; 
	color: #000000;
	font-weight: Normal;
	font-size: 11;
	border:1px solid;
}

.inputnoborder {
	font-family: Trebuchet MS; 
	color: #000000;
	font-weight: Normal;
	font-size: 11;
	border:none;
}

.REDLINE
{
	background-color: #C53947;
}

.HEADER {
	font-family: Verdana; 
	color: #B8092A;
	font-weight: Bold;
	font-size: 11;
	text-align:left;
}

.ARTICLEHEADER {
	font-family: Trebuchet MS; 
	color: #B8092A;
	font-weight: Bold;
	font-size: 11;
	text-align:left;
}

.ARTICLEHEADER_BIG {
	font-family: Trebuchet MS; 
	color: #B8092A;
	font-weight: Bold;
	font-size: 14;
	text-align:left;
}

.AUTHORS {
	font-family: Trebuchet MS; 
	color: #000000;
	font-weight: Normal;
	font-size: 11;
	text-align:left;
}

.GREYBAR
{
	background-color: #A7A9AC;
	font-family: Trebuchet MS; 
	color: #FFFFFF;
	font-weight: Bold;
	font-size: 14;
	height: 21px;
	padding-left: 6px;
	padding-right: 6px;
}

.GREYBARSMALL
{
	background-color: #A7A9AC;
	font-family: Trebuchet MS; 
	color: #FFFFFF;
	font-weight: Normal;
	font-size: 12;
	height: 19px;
	padding-left: 6px;
	padding-right: 6px;
}

.PINKSIDE
{
	background-color: #FBCBA7;
	padding: 8px;
	width: 12px;
}
.PINKMAIN
{
	background-color: #FEECDF;
	padding: 8px;
	padding-left: 10px;
}
.PINKEND
{
	background-color: #FBCBA7;
	padding: 8px;
	text-align: center;
}

.GREYSIDE_A
{
	background-color: #EFEFEF;
	padding: 8px;
	width: 12px;
}
.GREYMAIN_A
{
	background-color: #FAFAFA;
	padding: 8px;
	padding-left: 10px;
}
.GREYEND_A
{
	background-color: #EFEFEF;
	padding: 8px;
	text-align: center;
}
.GREYSIDE_B
{
	background-color: #E5E5E5;
	height: 60px;
	width: 12px;
}
.GREYMAIN_B
{
	background-color: #F3F3F3;
	padding: 8px;
	padding-left: 10px;
}
.GREYEND_B
{
	background-color: #E5E5E5;
	padding: 8px;
	text-align: center;
}
.GREYSIDE_Q
{
	background-color: #EFEFEF;
	width: 12px;
}
.GREYMAIN_Q
{
	background-color: #FAFAFA;
	height: 60px;
	width: 528px;
	padding-left: 10px;
	font-family: Trebuchet MS; 
	color: #B8092A;
	font-weight: Normal;
	font-size: 11;
	padding: 8px;
}
.GREYEND_Q
{
	background-color: #E5E5E5;
	padding: 8px;
	text-align: center;
}

.GREYSIDE_QA
{
	background-color: #E5E5E5;
	width: 12px;
}
.GREYMAIN_QA
{
	background-color: #F3F3F3;
	height: 20px;
	width: 528px;
	padding-left: 50px;
	font-family: Trebuchet MS; 
	color: #000000;
	font-weight: Normal;
	font-size: 11;
}
.GREYEND_QA
{
	background-color: #E5E5E5;
	padding: 8px;
	text-align: center;
}

INPUT.UserManagerInput {
	border: 1px solid;
	font-size: 11px;
	width: 200px;
}

SELECT.UserManagerInput {
	border: 1px solid;
	font-size: 11px;
	width: 200px;
}

INPUT.UserManagerInputNoBorder {
	border : 0px solid;
}




