/* classes for general styles used throughout the site*/

.homebody {
	height: 100%;
	background : #A79C8E;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-image : url(/images/home_main_back.gif);
	background-repeat : repeat-x;
	background-position: top left;
}

.shellbody {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-image : none;	
	background: none;	
}
.L2header {
	font-weight : bold;
	font-family : Verdana;
	font-size : 10px;
	color : #333333;	
}
.maintext {
	font-family : Verdana;
	font-size : 10px;
	color : #333333;
}

.maintextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 10px;
	color : #333333;	
}
.sidebartext {
	font-family : Verdana;
	font-size : 10px;
	color : #333333;
}

.sidebartextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 10px;
	color : #333333;	
}
.sidebarheader{
	background-image:url(/images/sidebarheader_back.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size : 10px;
	font-weight : bold;
	height: 19px;
	padding-top:6px;
	padding-left:6px;
}
.sidebarback{
	border:solid 1px #1D4E72;
	
}
.photocaption {
	font-family : Verdana;
	font-size : 10px;
	color : #333333;
}

a {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	text-decoration : underline;
}

a:visited {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	text-decoration : underline;
	
}

a:active {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	text-decoration : underline;
}

a:hover {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	text-decoration : none;
}

/*-----additional link------------*/

.sidebarlink:visited {
	font-family : Verdana, Tahoma;
	font-size : 9px;
	font-weight: normal;
	color : #333333;
	text-decoration : none;
}
.sidebarlink {
	font-family : Verdana, Tahoma;
	font-size : 9px;
	font-weight: normal;
	color : #333333;
	text-decoration : none;
}
.sidebarlink:active {
	font-family : Verdana, Tahoma;
	font-size : 9px;
	font-weight: normal;
	color : #333333;
	text-decoration : none;
}
.sidebarlink:hover {
	font-family : Verdana, Tahoma;
	font-size : 9px;
	font-weight: normal;
	color : #333333;
	text-decoration : underline;
}

