/* CSS Document */
body{
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
background-color:#FFFFCC;
scrollbar-face-color: #CCCCCC;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;}

.canvasBg{
background-image:url(Images/bgGrad.jpg);
background-repeat:repeat-x;
}
.topGrad{
background-image:url(Images/topGrad.jpg);
background-repeat:repeat-x;
height:21px;
}
.newsBg{
background-image:url(Images/newsBg.gif);
width:537px;
height:249px;
background-repeat:no-repeat;
background-position:center;
vertical-align:middle;
}

.newsHeader{
background-image:url(Images/newsHeader.gif);
background-position:center;
background-repeat:no-repeat;
width:508px;
height:20px;
}

.forumBg{
background-image:url(Images/forumBg.gif);
width:349px;
height:298px;
background-repeat:no-repeat;
background-position:center;
vertical-align:middle;
}
.forumHeader{
background-image:url(Images/forumHeader.gif);
background-position:center;
background-repeat:no-repeat;
width:327px;
height:20px;
}
.altAlan{
background-image:url(Images/AltAlan.gif);
background-position:center;
background-repeat:no-repeat;
width:537px;
height:147px;

}



/* Lines Start */

.greenDottedLine{
background-image:url(images/greenDottedLine.gif);
width:4px;
background-repeat: repeat-y;
background-position:center;
}

.blueDottedLine{
background-image: url(images/blueDottedLine.jpg);
background-repeat:repeat-x;
}


.menu1_bg{
background-color: #F5F5E2;
}
.menu2_bg{
background-color: #E5EDD6;
}
.menu3_bg{
background-color: #EEE3CF;
}
.menu4_bg{
background-color: #EED1C9;
}
.menu5_bg{
background-color: #E4F4FE;
}

/* Text Starts*/

.textRedBold{
font-family:Verdana;
font-size:11px;
font-weight:bold;
color: #FF0000;
}
.textPurpleBold{
font-family:Verdana;
font-size:11px;
font-weight:bold;
color: #961079;
}

.textBlack{
font-family:Verdana;
font-size:11px;
font-weight:normal;
color: #333333;
}

.textBlackBold{
font-family:Verdana;
font-size:11px;
font-weight:bold;
color: #333333;
}
.textGreenBold{
font-family:Verdana;
font-size:11px;
font-weight:bold;
color: #00CCCC;
}
.textOrangeBold{
font-family:Verdana;
font-size:11px;
font-weight:bold;
color: #FF6600;
}
.textDarkGreenBold{
font-family:Verdana;
font-size:11px;
font-weight:bold;
color: #009900;
}

.textWhiteBold{
font-family:Verdana;
font-size:11px;
font-weight:bold;
color: #FFFFFF;
}
.textBlueBold{
font-family:Verdana;
font-size:11px;
font-weight:bold;
color: #0099CC;
}

.line{
background-image: url(Images/line.gif);
background-repeat: repeat-x;
height:2px;}
/* Link Starts */
a:link {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration:none;
	
}

a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration:none;

}
a:hover {
	font-family:Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #669900;
	text-decoration: none;
}
a.FooterLink:link {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	
}

a.FooterLink:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;

}
a.FooterLink:hover {
	font-family:Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight:bold;
	color: #669900;
	text-decoration: underline;
}






/* BgColor Starts*/

.grayBg{
background-color:#E5E5E5;
}
.purpleBg{
background-color:#935085;
}

.greenBg{
background-color: #CCFFCC;
}
.yellowBg{
background-color:#FFFFCC;
}
.whiteBg{
background-color:#FFFFFF;
}








/* Arrow Starts */
.orangeArrow{
background-image:url(images/orangeArrow.gif);
background-repeat:no-repeat;
width:6px;
height:7px;
background-position:center;
}

.logoArrow{
background-image: url(images/logoArrow.gif);
width:28px;
height:28px;
background-position: center;
background-repeat:no-repeat;
}
.purpleArrow{
background-image:url(images/purpleArrow.gif);
background-repeat:no-repeat;
width:17px;
height:15px;
background-position:center;
}
.textBlackVerdana11NotVisible  
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	visibility:hidden;
	}

