/* CSS Document */
a:link {
	color: #CC0066;
}
a:visited {
	color: #CC0066;
}
.Style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.Style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
	font-size: 16px;
}
.Style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.centre {text-align: center}

.Style3 {
	color: #CC0066;
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Style4 {font-family: "Times New Roman", Times, serif}
.Style5 {color: #33CC33}
.Style6 {font-weight: bold; color: #CC0066;}
.Style7 {font-family: "French Script MT";
		font-size: 36px}

p {text-align:justify}
		
#menu{
	background:transparent url(../images/left.gif) repeat-y scroll 0 0;
}

#ddcolortabs{
margin-left: 4px;
padding: 0;
width: 100%;
background: transparent;
padding-left: 5px;
}

#ddcolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


#ddcolortabs a{
float:left;
color: white;
background: #33CC33 url(media/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#ddcolortabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;
}

#ddcolortabs a span{
float:none;
}


#ddcolortabs a:hover{
background-color: #8cb85c;
}

#ddcolortabs a:hover span{
background-color: #8cb85c;
}

#ddcolortabs #ddcolortabs #current span{ /*currently selected tab*/
background-color: #8cb85c;
}

#ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 3px;
line-height: 3px;
background: #33CC33;
border-top: 3px solid #fff; /*Remove this to remove border between bar and tabs*/
}
