﻿body {
	font-family:arial;
	background-color:#e8e8e8;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
}

div, td {
	font-size:11pt;
}

a:link, a:visited, a:active {
	color:#336999;
	text-decoration:none;
}
#menu a:link, #menu a:visited, #menu a:active {
	color:#000;
}

a:hover, #menu a:hover {
	color:brown;
	text-decoration:none;
}

div#menuTop {
	width:185;
	height:56px;
	background-image:url('/images/MenuBGTop.png');
	font-size:10pt;
}
#menu {
	width:185;
	background-repeat:repeat;
	background-position:top;
	background-image:url('/images/MenuBG.png');
}

div#colspan2 {
	width:765px;
}

/****** Buttons ******/
.btn1 {
	cursor:pointer;
	height:28px;
	width:87px;
	display:table-cell;
	padding-top:3px;
	text-align:center;
	font-weight:bold;
	background-image:url('/images/buttons/btn1.png');
}

.btn2 {
	cursor:pointer;
	height:28px;
	width:120px;
	display:table-cell;
	padding-top:3px;
	text-align:center;
	font-weight:bold;
	background-image:url('/images/buttons/btn2.png');
}


/****** General ******/
div#colspanTopTitle {
	font-size:12pt;
	font-weight:bold;
	padding-top:3px;
}

div#colspanTopTitleORANGE {
	height:26px;
	background-color:#ffeec8;
	text-align:center;
	font-size:12pt;
	font-weight:bold;
	padding-top:3px;
}

/****** Forums ******/
div#colspanTopOrangeFORUMS {
	width:950px;
	height:26px;
	background-color:#ffeec8;
	text-align:center;
}
div#colspanBottomFORUMS {
	width:950px;
	background-color:#f2f2f2;
}

/****** Colspan=2 ******/
div#colspanTopOrange {
	width:765px;
	height:26px;
	background-color:#ffeec8;
	text-align:center;
}
div#colspanBottom {
	width:765px;
	background-color:#f2f2f2;
}

/****** Right ******/
div#colspanRightTopOrange {
	width:505px;
	float:right;
	height:26px;
	background-color:#ffeec8;
	text-align:center;
}
div#colspanRightBottom {
	width:505px;
	float:right;
	background-color:#f2f2f2;
}

/****** Left ******/
div#colspanLeftTopOrange {
	width:245px;
	float:left;
	height:26px;
	background-color:#ffeec8;
	text-align:center;
}
div#colspanLeftBottom {
	width:245px;
	float:left;
	background-color:#f2f2f2;
}


#bold12 {
	font-weight:bold;
	font-size:12pt;
}

#bottomBold {
	padding-top:20px;
	padding-bottom:5px;
	font-weight:bold;
	font-size:10pt;
}


/********************* Corners *********************/

#TopRightCornerOrange {
	background:url('/images/coreners/top-right-orange.png') no-repeat top right;
	width:16px;
	height:16px;
	float:right;
}

#TopLeftCornerOrange {
	background:url('/images/coreners/top-left-orange.png') no-repeat top left;
	width:16px;
	height:16px;
	float:left;
}

#TopRightCornerGrey {
	background:url('/images/coreners/top-right-grey.png') no-repeat top right;
	width:16px;
	height:16px;
	float:right;
}

#TopLeftCornerGrey {
	background:url('/images/coreners/top-left-grey.png') no-repeat top left;
	width:16px;
	height:16px;
	float:left;
}

#BottomRightCornerGrey {
	background:url('/images/coreners/bottom-right-grey.png') no-repeat bottom right;
	width:16px;
	height:16px;
	float:right;
}

#BottomLeftCornerGrey {
	background:url('/images/coreners/bottom-left-grey.png') no-repeat bottom left;
	width:16px;
	height:16px;
	float:left;
}

#BottomLeftCornerTran {
	background:url('/images/coreners/bottom-left-tran.png') no-repeat bottom left;
	width:16px;
	height:16px;
	float:left;
}

/********************* Corners *********************/
