/* classes for general styles used throughout the site*/

.homebody {
	height: 100%;
	background : #CCCCCC;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-image : url(/images/background.gif);
}

.shellbody {
	height: 100%;
	/*background : #CCCCCC;*/
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;	
	/*background-image : url(/images/background.gif);*/
	background: transparent; 
}

.hpscrollbox{
	overflow-y : auto;
	scrollbar-3dlight-color : #f0dea9;
	scrollbar-arrow-color : #720024;
	scrollbar-base-color : #e6c465;
	scrollbar-darkshadow-color : #f0dea9;
	scrollbar-face-color : #e6c465;
	scrollbar-highlight-color : #f0dea9;
	scrollbar-shadow-color : #f0dea9;
	scrollbar-track-color : #eed798;
	font-family : Tahoma;
	font-size : 11px;
	color : #333333;
	height : 60px;
	padding-left : 10px;
}
.maintext {
	font-family : Tahoma;
	font-size : 11px;
	color : #333333;
}
.maintextred {
	font-family : Tahoma;
	font-size : 11px;
	color : #720024;
}
.maintextbold {
	font-weight : bold;
	font-family : Tahoma;
	font-size : 11px;
	color : #333333;	
}
.maintextboldred {
	font-weight : bold;
	font-family : Tahoma;
	font-size : 11px;
	color : #720024;	
}

.sidebartext {
	font-family : Tahoma;
	font-size : 10px;
	color : #000000;
} 
.photocounter {
	font-family : Tahoma;
	font-size : 10px;
	color : #888888;
}
.photocaption{
	font-family : Tahoma;
	font-size : 10px;
	color : #888888;
}
.sidebartextbold {
	font-weight : bold;
	font-family : Tahoma;
	font-size : 10px;
	color : #000000;	
}



a {
	font-family : Tahoma;
	font-size : 11px;
	color : #720024;
	text-decoration : underline;
}

a:visited {
	font-family : Tahoma;
	font-size : 11px;
	color : #720024;
	text-decoration : underline;
	
}

a:active {
	font-family : Tahoma;
	font-size : 11px;
	color : #720024;
	text-decoration : underline;
}

a:hover {
	font-family : Tahoma;
	font-size : 11px;
	color : #720024;
	text-decoration : none;
} 
a.reverse {
	font-family : Tahoma;
	font-size : 11px;
	color : #720024;
	text-decoration : underline;
}

a.reverse:visited {
	font-family : Tahoma;
	font-size : 11px;
	color : #720024;
	text-decoration : underline;
	
}

a.reverse:active {
	font-family : Tahoma;
	font-size : 11px;
	color : #720024;
	text-decoration : underline;
}

a.reverse:hover {
	font-family : Tahoma;
	font-size : 11px;
	color : #720024;
	text-decoration : none;
} 
.button {
	font-family : Tahoma;
	font-size : 11px;
	color : #720024;	
} 

.button a{	
	font-weight : bold;
	font-family : Tahoma;
	font-size : 10px;
	color : #720024;	
 	text-decoration : underline;
} 

.button a:active{	
	font-weight : bold;
	font-family : Tahoma;
	font-size : 10px;
	color : #720024;	
	text-decoration : underline;
	}

.button a:visited{	
	 font-weight : bold;
	font-family : Tahoma;
	font-size : 10px;
	color : #720024;	
	text-decoration : underline;
	}
	
.button a:hover{	
	font-weight : bold;
	font-family : Tahoma;
	font-size : 10px;
	color : #720024;	
	text-decoration : none;
	}

/*-----additional link------------*/

.sidebarlink:visited {
	font-family : Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #720024;
	text-decoration : underline;
}
.sidebarlink {
	font-family : Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #720024;
	text-decoration : underline;
}
.sidebarlink:active {
	font-family : Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #720024;
	text-decoration : underline;
}
.sidebarlink:hover {
	font-family : Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #720024;
	text-decoration : none;
}
.ddlb {
	font-family : Verdana;
	font-size : 9px;
	border : solid 1px #D5D7C4;
	color: #000000;
}
.formbox{
	font-family : Tahoma;
	font-size : 11px;
	color : #333333;
}
