/* Cascading Style Sheet, TemplePujari.com */



/* Add the following command in the <HEAD> section of your HTML file */

/* <LINK REL=STYLESHEET TYPE="text/css" HREF="styles.css"> */
body {

background:url(images/homebggr.jpg) #FFFFFF left top repeat-x; 
	}

TD {
      font-family: Verdana;
      font-size: 11px;
	color: #000000;
}

A {
	font-family: Verdana;
	color:#800000;
	text-decoration: none;
}

A:Visited {
	font-family: Verdana;
	color:#712D07;
	text-decoration:none:
}

A:Active {
	font-family: Verdana;
	color:#712D07;
	text-decoration:none;
}

A:Hover {
	font-family: Verdana;
	color:#FF0000;
	text-decoration: none;
}

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

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

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

.header1 {
	font-family: Verdana;
	font-weight: bold;      
	font-size: 11px;
  	color: #000000;
}

.header2 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}

.header3 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}

.bodyital {
	font-family: Verdana;
	font-style: italic;
	font-size: 11px;
	color: #000000;
}

.bodytext {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

.bodysig {
	font-family: Verdana;
	font-size: 12px;
	color: #712D07;
}

.warnmsg {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
}

.normalborder {
border: 2px dotted #845200; }
