/* CSS Document */
body {
	margin: 0px;
}


.white {
	color: #FFFFFF;
}

.white a {
	color: #FFFFFF;
	text-decoration: none;
}
.pointer{
cursor:pointer;
}
.black {
	color: #000000;
}

.black a {
	color: #000000;
	text-decoration: none;
}

.red {
	color: #b90d0d;
}

.red a {
	color: #b90d0d;
	text-decoration: none;
}

.gray {
	color: #8c8c8c;
}

.gray a {
	color: #8c8c8c;
	text-decoration: none;
}
.darcGray {
	color: #656565;
}
.font8px {
	font-size: 8px;
}

.font9px {
	font-size: 9px;
}

.font10px {
	font-size: 10px;
}

.font11px {
	font-size: 11px;
}

.font12px {
	font-size: 12px;
}

.font13px {
	font-size: 13px;
}

.font14px {
	font-size: 14px;
}

.font15px {
	font-size: 15px;
}

.font16px {
	font-size: 16px;
}

.font17px {
	font-size: 17px;
}

.font18px {
	font-size: 18px;
}

.font19px {
	font-size: 19px;
}

.font20px {
	font-size: 20px;
}

.bold {
	font-weight: bold;
}

.verdana {
	font-family: verdana;
}

.arial {
	font-family: Arial;
}

.tahoma {
	font-family: tahoma;
}

.elegance {
	font-family: elegance;
}

.div {
	border: solid;
	border-color: #63605f;
	border-width: thin;
}

.hiddenDiv {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}

.alert {
	background: #808285 url(../images/exclamation.png) 15px center no-repeat
		;
	text-align: left;
	padding: 5px 20px 5px 90px;
	border-top: 2px solid #bcbdc0;
	border-bottom: 2px solid #bcbdc0;
	border-left: 2px solid #bcbdc0;
	border-right: 2px solid #bcbdc0;
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

.textBoxBackground {
	background: url(../images/textBox.jpg);
	background-repeat: no-repeat;
}

.textBox {
	font-family: elegance;
	font-size: 14px;
	font-weight: bold;
	width: 216px;
	height: 18px;
	color: #959595;
	border: 0px;
	background-color: #f9f9f9;
	
}

.imageBorderGray {
	border-color: #cbcbcb;
}

/*.readMore {
	background: url(../images/readMore.jpg);
	background-repeat: no-repeat;
	background-position: right;
}*/

.readColor {
	color: #666666;
}

.readColor a {
	color: #666666;
	text-decoration: none;
}

.upCoPrContainer {
	background: url(../images/upCoPrContainer.jpg);
	background-repeat: no-repeat;
	width:222px;
	height:37px;
	margin:0px 0px 0px 5px;
}

.more {
	background: url(../images/more.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.grayB {
	color: #5b5353;
}
.grayBg{
background:url(../images/grayBg.gif);
background-repeat:repeat-x;
wodth:733px;
height:31px;
}
.tabBg{
background:url(../images/tabBg.gif);
background-repeat:repeat-x;
height:30px;
cursor:pointer;
}
/*.tabBg:hover{
background:url(../images/tabBgOver.gif);
background-repeat:repeat-x;
height:30px;
color:#FFFFFF;
cursor:pointer;
}*/
.tabRed{
background:url(../images/tabBgOver.gif);
background-repeat:repeat-x;
height:30px;
color:#FFFFFF;
cursor:pointer;
}
.darckGray{
color:#656565;

}
.red{
color:#bc1f1f;
}
.grayStrong{
color:#656565;
}
a{
text-decoration:none;
}
.border{
border-left:6px solid #e8e8e8;
border-top:1px solid #cccccc;
border-bottom:1px solid #d6d6d6;
padding:8px 10px 5px 6px;
}
