/*.......................BORDER & BGCOLOR........................... */

.border{
	border-left: 0px dotted #7F7F7F;
	border-right: 1px dotted #7F7F7F;
	border-bottom: 1px dotted #7F7F7F;
	border-top: 0px dotted #7F7F7F;


}
.border1{
	border: 1px dotted #7F7F7F;
}
.tbborder{
	border-top: none;
	border-right: 4px solid #FFFFFF;
	border-bottom: none;
	border-left: 4px solid #FFFFFF;
}
/*................. HEADING , CONTENTS & LINKS ............... */

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #222222;
	font-weight: bold;
	text-decoration: none;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	font-weight: bold;
	text-decoration: none;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #8F0000;
	font-weight: bold;
	text-decoration: none;
}
.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8F0000;
	font-weight: bold;
	text-decoration: none;
}
.heading4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #8F0000;
	font-weight: bold;
	text-decoration: none;
}
.heading5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3A3A3A;
	line-height: 13px;	
}
.content1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DDB90E;
	font-weight: bold;
}
.content2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #601D00;
	font-weight: normal;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a3a3a;
	font-weight:bold;
	text-decoration: none;
}
.link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a3a3a;
	font-weight:bold;
	text-decoration: none;
}
.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7C0000;
	font-weight:bold;
	text-decoration: none;
}
.download_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8F0000;
	font-weight:bold;
	text-decoration: none;
}
.download_link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8F0000;
	font-weight:bold;
	text-decoration: none;
}
.download_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8F0000;
	font-weight:bold;
	text-decoration: underline;
}
.menu_selected{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7C0000;
	font-weight:bold;
	text-decoration: none;
}
.link1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8F0000;
	font-weight: bold;
	text-decoration:none
}
.link1:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8F0000;
	font-weight: bold;
	text-decoration:none
}
.link1:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DDB90E;
	font-weight: bold;
	text-decoration:none;
}
.list{
	list-style-type: square;
	color: #3A3A3A;
}
.anchor_link {
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8f0000;
	text-decoration: underline;
}
.anchor_link:active {
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8f0000;
	text-decoration: underline;
}
.anchor_link:hover {
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8f0000;
	text-decoration: none;
}
/*......................BACKGROUND....................... */
.bg_dotted{
	background-image: url(images/dotted_line.jpg);
	background-repeat: repeat-x;
	background-position: left center;

}
.bodybg {
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat;
	background-position: left bottom;
}
.tablebg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;

}
.bgtop1 {
	background-image: url(images/bg_top01.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}
.bgtop2{
	background-image: url(images/bg_top02.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}
.bgbot1 {
	background-image: url(images/bg_bot01.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;

}
.bgbot2 {
	background-image: url(images/bg_bot02.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;

}


/*......................... FORM ......................... */

.textbox1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 22px;
	width: 150px;
	background-color: #FFFFFF;
	border: 1px solid #6464A1;
}

