/* CSS Style Sheet for West Oxford Wildlife Group - wowg_style.css */ 

/* Standard link is dark green */ 
A:link {color:#006666; text-decoration: none; } 

/* Visted link sinks down to dark blue */ 
A:visited {color:#006699; text-decoration: none; } 

/* Hovering link is pale green */ 
A:hover {color:#00CC33; text-decoration: underline; } 

/* Active link lights up yellow */ 
A:active {color:#cc3300; text-decoration: none; background: #000000; }


BODY	{
            background-image: url(images/vellum2.jpg);
            background-repeat: repeat;
            background-color: #cccccc;
		font-family: Arial, Helvetica, sans-serif;
		margin-top: 25px; 
		margin-right: 50px; 
		margin-bottom: 15px; 
		margin-left: 50px ;
      }

.topbanner 
	{  	font-family: Arial, Helvetica, sans-serif; 
		font-size: 24px; 
		font-style: normal; 
		line-height: normal; 
		font-weight: 600; 
		font-variant: normal; 
		text-transform: none;  		
		color: #006666; 
		text-align: center; 
		padding-top: 4px
	}

.page_header 
	{  	font-family: Arial, Helvetica, sans-serif; 
		font-size: 20px; 
		font-weight: 600; 
		color: #006666; 
		text-align: center; 
		font-style: normal; 
		font-variant: normal; 
; margin-top: 25px
	}

.normal 
	{  	font-family: Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		font-style: normal; 
		line-height: 18px; 
		font-weight: normal; 
		color: #000000
	}


.normal_bold 
	{ 	font-family: Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		font-style: normal; 
		font-weight: bold; 
		color: #000000 ; 
; line-height: 18px
	}

.menubar_option 
	{ 	font-family: Arial,Helvetica,sans-serif; 
		font-size: 14px; 
		font-style: normal; 
		font-weight: bold; 
		color: #006666 ; 
	}

.page_footer 
	{ 	font-family: Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		font-style: normal; 
		text-align: center; 
		line-height: 18px; 
		font-weight: bold; 
		color: #000000 
	}

.bullet_normal 
	{  	font-family: Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		list-style-position: outside; 
		list-style-type: square; 
		line-height: 18px; font-weight: normal; color: #000000
; font-style: normal; font-variant: normal; text-transform: none; text-align: left
	}
.page_subheader 
	{ 	font-family: Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		font-weight: 600; 
		color: #000000; 
		text-align: center; 
		font-style: normal; 
		font-variant: normal; 
		text-align: center
	}

.center 
	{	text-align: center ;
	}

.normal_bold_centre 
	{ 	font-family: Arial, Helvetica, sans-serif; 
		font-size: 14px; font-style: normal; 
		font-weight: bold; 
		color: #000000 ; 
		text-align: center ;
	}
.normal_centre { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; line-height: 18px; font-weight: normal; color: #000000 ; text-align: center}
.normal_italic_centre { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: italic; line-height: 18px; font-weight: normal; color: #000000 ; text-align: center }
.normal_bold_italic { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: italic; font-weight: bold; color: #000000 ; ; line-height: 18px }
.normal_italic { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: italic; font-weight: normal; color: #000000 ; ; line-height: 18px }
.normal_wider { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; line-height: 20px; font-weight: normal; color: #000000 }
.block_indent {  text-align: left; text-indent: 30pt}
