/****************************************/
/* HTML Tags
/****************************************/
body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF; 
	scrollbar-face-color: #DE0303; 
	scrollbar-shadow-color: #410002; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #410002; 
	scrollbar-darkshadow-color: #600202; 
	scrollbar-track-color: #870101; 
	scrollbar-arrow-color: #FFFFFF;
	font-family : sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	width : 100%;
	}
	
/****************************************/
/* Classes   
/****************************************/

.small {
	font-family : arial, sans-serif;
	font-size : 8pt; 
	color : #333333;
}

.tiny {
	font-family : arial, sans-serif;
	font-size : 7pt; 
	color : #333333;
}

.normal{
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica;
	text-align: left;
	}
	
.normal2{
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica;
	color: maroon;
}

p{
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica;
    text-align: justify;
	margin-right:40px;
}

.address{
	font-size: 11px;
    color: #333333;
	font-style: italic;
    font-family: Verdana, Arial, Helvetica;
 }
 
 .heading {
 	color: maroon;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
	
.site_photo
{
	float: right;
	margin-left: 20px;
	margin-right: 40px;
	clear: right;
}

.site_photo2
{
	margin-top: 10px;
	margin-bottom: 10px;
}

ul{
	font-size: 12px;
    font-family: Verdana, Arial, Helvetica;
}

li{
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica;
	margin-right:40px;
}

h1, h2, h3, h4{
	font-family: Verdana, Arial, Helvetica;
	font-style: italic;
	font-weight: bold;

}

h1{
	color: red; 
	font-size: 16px;
	text-align:center;
}

h2{
	color: maroon;
	font-size: 13px; 
	text-align:left;
}

h3{
	color: red;
	font-size: 11pt;
}

h4{
	color: black;
}	

#text_boxL1 {
	border:1px inset #000000;
	background-color:#FDF7F7;
	width:550px;
	color:#000000;
}

#Headline {
	font-family: Verdana, Arial, Helvetica;
	font-style: italic;
	font-weight:bold;
	text-align:center;
	color:red; 
	font-size:16px;
	margin:15px;
}


.SideMenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration:none;
	font-weight: bold;
	color: #FFFFFF;
	line-height:40px;
}

.SideMenu a:link, .SideMenu a:visited, .SideMenu a:active {
	background-image: url(images/back_button.gif);
	background-repeat: no-repeat;
	color:#FFFFFF;
	text-decoration:none;
	text-indent: 18px;
	height: 40px;
	width: 136px;
	display:block;

}

.SideMenu a:hover {
	color: #FF0000;
	background-image: url(images/back_button_over.gif);
	background-repeat: no-repeat;
	text-indent: 18px;
	height: 40px;
	width: 136px;
}

.TopMenu{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	font-weight: bold;
	color: #FFFFFF;
}

.TopMenu a:link, .TopMenu a:visited, .TopMenu a:active {

	background-image: url(images/header/Button_UP.gif);
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	padding:7px 20px 8px 20px;
}
	

.TopMenu a:hover {

	color: #FF0000;
	background-image: url(images/header/Button_OVER.gif);
	padding:7px 20px 8px 20px;
}


/****************************************/
/* Forms
/****************************************/

select { 
	font-family: arial, sans-serif; color: #666666;
	font-size: 14px;
 }

input { 
	font-family: arial, sans-serif; color: maroon;
	font-size: 13px;
 }

file { 
	font-family: arial, sans-serif; color: #666666;
	font-size: 14px;
 }

textarea { 
	font-family: arial, sans-serif; color: #666666;
	font-size: 14px;
	width: 200px;
}

/****************************************/
/* Links
/****************************************/

A  {
	color : 0000FF;
	text-decoration : underline;
}

A:visited  {
	color : maroon;
	text-decoration : underline;
}

/* 0000FF = paint box blue (standard link)
/* maroon

A:active  {
	color : #D7AFAF;
	text-decoration : underline;
}

A:hover  {
	color : #FF0000;
	text-decoration : underline;
}