body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 10px;
	padding: 0px;
	background: #f1f1f1;
}

/********************************************************************/
/* All Background styles STARTS here */
/******************************************************************/

.bgtop{
	background-image: url(/images/forum/bg-top.gif);
	background-repeat: repeat-x;
	height: 105px;
	color: #ffffff;
	font-weight: bold;
}
.bgheader_1{
	background-image: url(/images/forum/bg-header.gif);
	background-repeat:repeat-x;
	color: #000000;
	font-weight: bold;
	height: 25px;
}
.bgheadertitle{
	background-image: url(/images/forum/bg-header-second.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	height: 20px;
}
.border{
	background: #FFFFFF;
	border: 1px solid #74757A;
}
.mainheader {
	color: #ffffff;
	font-size: 24px;
	line-height: 120%;
}
html>body h5 {
	color: #ffffff;
	font-size: 16px;
	line-height: 20%;
}
.row1{
	background: #F7F7F7;
}
.row2{
	background: #EEEEEF;
}


.blackboldtext{
	font-weight: bold;
	color: #000000;
	
}
.blueboldtext{
	color: #2F5486;
	font-weight: bold;
}





a.toplinks {
	color: #000000;
	text-decoration: none;
}
a:hover.toplinks {
	color: #000000;
	text-decoration: underline;
}



a.bluelink {
	color: #34679A;
	text-decoration: none;
}
a:hover.bluelink {
	color: #34679A;
	text-decoration: underline;
}
a.blacklink {
	color: #000000;
	text-decoration: none;
}
a:hover.blacklink {
	color: #000000;
	text-decoration: underline;
}
a.blackboldlink {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover.blackboldlink {
	color: #DD6900;
	font-weight: bold;
	text-decoration: none;
}
a.whiteboldlink {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a:hover.whiteboldlink {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.mainforumtitlelink {
	color: #34679A;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}
a.maintitlelink {
	color: #34679A;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}
a:hover.maintitlelink {
	color: #34679A;
	font-size: 22px;
	font-weight: bold;
	text-decoration: underline;
}

.browsebox {
	font: 11px Verdana, Geneva, sans-serif;
	height: 18px;
	color: #465aa4;
	border: 1px solid #7f9db9;
}

.txtbox {
	font-size: 11px;
	color: #465aa4;
	width: 140px;
	height: 15px;
	border: 1px solid #7f9db9;
}
.txtboxsubject {
	font-size: 11px;
	color: #465aa4;
	width: 430px;
	height: 15px;
	border: 1px solid #7f9db9;
}
.combobox {
	font-size: 11px;
	color: #465aa4;
	width: auto;
	height: 15px;
	border: 1px solid #7f9db9;
}
.button {
	background-image: url(/images/forum/bg_button.gif);
	background-repeat:	repeat-x;
	font: 11px Verdana, Geneva, sans-serif;
	color: #000000;
	height: 18px;
	border: 1px solid #4F78B0;
}
.error {
	color: #ff0000;
	font: 10px Verdana, Geneva, sans-serif;
}
.textarea {
	font: 11px Verdana, Geneva, sans-serif;
	color: #465AA4;
	width: 430px;
	height: 200px;
	background-color: #FFFFFF;
	border: 1px solid #7f9db9;
	padding-left: 2px;
}

.txtareamedium {
	font: 11px Verdana, Geneva, sans-serif;
	color: #465aa4;
	width: 230px;
	height: 80px;
	background-color: #FFFFFF;
	border: 1px solid #7f9db9;
	padding-left: 2px;
	
}