/***********************************/
/* fv.css                          */
/* last modified by s.deepak 09.05 */
/***********************************/


body {
	margin: 0px;
	padding: 0px;
	background-color: #E9ECEB;
	background-image: url(images/index01.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #817474;
}

.bg1 {
	background-image: url(images/index02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.bg2 {
	background-image: url(images/index03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg3 {
	background-image: url(images/index43.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.align-justify {
	text-align: justify;
}

.text1 {
	color: #696455;
}

.text2 {
	color: #4F4F4F;
}

.text3 {
	font-size: 9px;
	color: #4F4F4F;
}

.text4 {
	font-size: 9px;
	color: #797979;
}

a {
	color: #817474;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #696455;
	text-decoration: none;
}

a.link2 {
	color: #4F4F4F;
	text-decoration: none;
}

#content {
	margin: 0px;
	padding: 0px;
} a {
	text-decoration: none;
	color: #000066;
} a:hover{
	text-decoration: underline;
} a:visited{
	color: #817474;
} 

#content h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000066;
}

#sidebar{
	float: right;
	width: 189px;
	margin: 0px;
	padding: 0px;
}

#menu{
	float: right;
	width: 209px;
	margin: 0px;
	padding: 0px;
}
#menu .topic{}
#menu a:link {
	color: #666;
	text-decoration: none;
}
#menu a:hover {
	color: #000066;
}
#menu a:visited {
	color: #666;
}
#menu ul{
    font-weight: bold;
	margin: 0px;
	padding: 0px 0em 0px 1.2em;
	font-size: 18px;
	list-style-type: none;
   	font-variant: small-caps;
	text-decoration: none;
	display: block;
	float: left;
}
#menu .topic{
	line-height:32px;
	border-bottom:1px solid #D0CAB4;
	/*background:url(/images/inside01.gif) repeat-x bottom left;*/
}
#menu .active a{
	color: #000066;
}
#menu .active a:hover{
	color: #666;
}