/* --------------------------------Fonts Start */

body,td{ 
	color: #4b4b4b;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
} 
a.link{ 
	color: #666317;
	font-family: verdana;
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;
}
a.link:hover{ 
	color: #98942c;
	font-family: verdana;
	font-size: 11px;
	text-decoration: underline;
	font-weight:bold;
}

a.linksmall{
	color: #666317;
	font-family: verdana;
	font-size: 10px;
	font-weight:bold;
}
a.linksmall:hover{
	color: #98942c;
	font-family: verdana;
	font-size: 10px;
	font-weight:bold;
}
.smallgrey{ 
	color: #969696;
	font-family: verdana;
	font-size: 8px;
	text-decoration: none;
} 
.greyit{ 
	color: #626262;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	font-style:italic; 
} 
h1{
	padding:0px;
	margin:0px;
	color: #666317;
	font-family: arial;
	font-size: 18px;
	text-decoration: none;
}
h2{
	padding:0px;
	margin:0px;
	color: #666317;
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
}
h3{
	padding:0px;
	margin:0px;
	color: #666317;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
}
.eight{
	font-size:8;
}
.nine{
	font-size:9;
}
.ten{
	font-size:10;
}
.eleven{
	font-size:11;
}
.tweleve{
	font-size:12;
}
.fourteen{
	font-size:14;
}

/* --------------------------------Styles Start */
.maintable { 
	border-style: solid; 
	border-width: 1px; 
	border-color: 999999; 
} 

.celldrkyell{
	border-style: solid; 
	border-width: 1px; 
	border-color: 000000; 
	background-color: #292929; 
	padding:4px;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	font-weight:bold;
	text-align:center;
}
.cellltyell{
	border-style: solid; 
	border-width: 1px; 
	border-color: 000000; 
	background-color: #d1d1d1; 
	padding:4px;
	font-family: verdana;
	font-size: 10px;
	font-weight:bold;
}
.celltrans{
	border-style: solid; 
	border-width: 1px; 
	border-color: 000000; 
	font-family: verdana;
	padding:4px;
	font-size: 10px;
	font-weight:bold;
	text-align:center;
}
.cellgrey{
	border-style: solid; 
	border-width: 1px; 
	border-color: 000000; 
	background-color: #d1d1d1; 
	font-family: verdana;
	padding:4px;
	font-size: 10px;
	font-weight:bold;
	text-align:center;
}
.profilepic{ 
	border-style: solid; 
	border-width: 2px; 
	border-color: #666317;
}  

ul {
	margin:0;
	padding:1em;
} 
ol {
	margin:0;
	padding:1em;
} 

.shadowtop{
	background: url('images/shadow.gif') repeat-x top; 
	padding: 5px 3px;
}
.shadowbtm{
	background: url('images/shadow_btm.gif') repeat-x bottom; 
	padding: 5px 3px;
}
/* --------------------------------Dynamic Menus Start */
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
color: #000000;
width: 100%;
display: block;
border-bottom: 1px solid black;
padding: 1px 3px;
text-decoration: none;
}

#dropmenudiv a:hover{ 
background-color: #666317;
color: #FFFFFF;
}

#dropmenudivtitle {
background-color: #666317;
font:normal 11px Verdana;
color: #FFFFFF;
border-bottom: 1px solid black;
text-decoration: bold;
border-bottom-width: 0;
padding: 1px 0;
text-indent: 3px;
line-height:18px;
}


/* --------------------------------Dynamic Menus End*/