/* CSS Document */
body {
	font-family: Verdana;
	font-size: 10px;
}

.bgbarright{
background-image:url(../images/dot.jpg);
background-repeat:repeat-y;
background-position:right; 
}

.bgbarleft{
background-image:url(../images/dot.jpg);
background-repeat:repeat-y;
background-position: left; 
}

.bgbarbottom{
background-image:url(../images/dot.jpg);
background-repeat:repeat-x;
background-position: bottom; 
}

a:link {
	color: #9F6B5A;
}
a:visited {
	color: #9F6B5A;
}
a:hover {
	color: #9F6B5A;
}
a:active {
	color: #9F6B5A;
}

a.hadayalink:link {
font-family:Verdana;
font-size:11px;
color: #04388d;
text-decoration:none;
}

a.hadayalink:visited {
font-family:Verdana;
font-size:11px;
color: #04388d;
text-decoration:none;
}

a.hadayalink:active {
font-family:Verdana;
font-size:11px;
color: #04388d;
text-decoration:none;
}

a.hadayalink:hover {
font-size:11px;
font-family:Verdana;
color:#4588f5;
text-decoration:none;
}

a.footerlink1:link {
font-family:Verdana;
font-size:10px;
color: #5c5c5c;
text-decoration:none;
}

a.footerlink1:visited {
font-family:Verdana;
font-size:10px;
color: #5c5c5c;
text-decoration:none;
}

a.footerlink1:active {
font-family:Verdana;
font-size:10px;
color: #5c5c5c;
text-decoration:none;
}

a.footerlink1:hover {
font-size:10px;
font-family:Verdana;
color:#b7b4b4;
text-decoration:none;
}

a.footerlink2:link {
font-family: Verdana;
font-size:9px;
color: #5b5b5b;

}

a.footerlink2:visited {
font-family:Verdana;
font-size:9px;
color: #5b5b5b;

}

a.footerlink2:active {
font-family:Verdana;
font-size:9px;
color: #5b5b5b;

}

a.footerlink2:hover {
font-size:9px;
font-family:Verdana;
color:#b7b4b4;

}

.txt {
	font-family: Verdana;
	font-size: 10px;
	
}

.title {
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	color:#5b5b5b;
}

.title1 {
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	
}

.title2 {
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	
}

.newstitle {
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	color:#5b5b5b;
}

.headtitle {
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	
}

.smalltxt{
   font-family: Verdana;
	font-size: 9px;
   
}

.footertxt{
   font-family: Verdana;
	font-size: 9px;
   color:#5c5c5c;
}

.meronhead{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
   color:#662402
}
.textbox {
	font-family: Verdana;
	font-size: 10px;
	border: 1px solid #9a9a9a;
    
}
.selectbox {
	font-family: Verdana;
	font-size: 10px;
	border: 1px solid #9a9a9a;
	
}

.buttonbox{
	font-family: Verdana;
	font-size: 10px;
	border: 1px solid #9a9a9a;

}