/*menu styles*/

.text_dropcaps {
	FONT-SIZE: 24px;
	COLOR: black;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}



.content {

	FONT-SIZE: 12px;

	COLOR: black;

	FONT-STYLE: normal;

	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif

}



/*content styles*/

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
  FONT-SIZE: 14px;
	color: black;
}


.red_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: red;
	text-decoration: underline;
	font-weight: bold;
}

A:red_link:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: red;
	text-decoration: underline;
	font-weight: bold;
}

A:red_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: red;
	text-decoration: underline;
	font-weight: bold;
}

A:red_link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: red;
	text-decoration: underline;
	font-weight: bold;
}


.whitelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: White;
	text-decoration: underline;
	font-weight: bold;
}

A:whitelink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: White;
	text-decoration: underline;
	font-weight: bold;
}

A:whitelink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: White;
	text-decoration: underline;
	font-weight: bold;
}

A:whitelink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: White;
	text-decoration: underline;
	font-weight: bold;
}





.contentlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #7d4b16;
	text-decoration: underline;
	font-weight: normal;
}

A:contentlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #7d4b16;
	text-decoration: underline;
	font-weight: bold;
}

A:contentlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #f968b3;
	text-decoration: underline;
	font-weight: bold;
}

A:contentlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #7d4b16;
	text-decoration: underline;
	font-weight: bold;
}

/*footer styles*/

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}






/*menu styles*/

.menulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}


.menulink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #7d4b16;
	text-decoration: underline;
	font-weight: normal;
}

.menulink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #f968b3;
	text-decoration: underline;
	font-weight: normal;
}

.menulink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #7d4b16;
	text-decoration: underline;
	font-weight: normal;
}





.whitebg {
	background-color: #FFFFFF;
}
.menulinkheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}


.menulinkheading a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: White;
	text-decoration: underline;
	font-weight: bold;
}

.menulinkheading a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: White;
	text-decoration: underline;
	font-weight: bold;
}

.menulinkheading a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: White;
	text-decoration: underline;
	font-weight: bold;
}

.menuTable {
	border:1px solid #6CF;
	background-color:#09C;
	}


.border {
	border: thin dotted #999999;
}
