
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

.tab1 {
	background-image: url(siteimages/TOP_BG.jpg);
}

.tab2 {
        color : black;
        font-family: Arial, Helvetica, sans-serif;
        font-size : 11px;
		background-color: white;
}

.Header {
	font-family: Century Gothic;
	font-size: 20px;
	border: 0px;
	color: #712D6C;
	font-weight : bold;
}

.smallheader {
	font-family: Century Gothic;
	font-size: 13px;
	padding: 10 0px 0px 0;
	border: 0px;
	color: #712D6C;
	font-weight : bold;
}


h1 {
	font-family: Century Gothic;
	font-size: 15px;
	padding: 10 0px 0px 0;
	border: 0px;
	color: #712D6C;
	font-weight : bold;
}

h2 {
	font-family: Century Gothic;
	font-size: 13px;
	padding: 10 0px 0px 0;
	border: 0px;
	color: #712D6C;
	font-weight : bold;
}

.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 0px;
	font-weight : bold;
	color: white;
}

.yellowregular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px;
	font-weight : none;
	color: #FFCC33;
}

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px;
	color: white;
	font-weight : bold;	
}

.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px;
	color: #000;
}

.smallwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 0px;
	color: white;
	font-weight : bold;	
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold;
	border: 0px;
	color: black;
}

.medbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
	border: 0px;
	color: #999;
}

.sidebarheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight : bold;
	border: 0px;
	color: #999;
}

td {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px;
	color: #333333;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: white;
}

a:link { 
	text-decoration: none;
	color: #712D6C;
	font-weight : bold;	
}

a:visited { 
	text-decoration: none;
	color: #712D6C;
	font-weight : bold;	 
}

a:hover { 
	text-decoration: underline;
	color: #712D6C;
	font-weight : bold;	 
}

.button2:link {
	text-decoration: none; 
	color: #712D6C;
}

.butto2:visited {
	text-decoration: none; 		
color: #712D6C;
}

.button2:hover { 	
	text-decoration: underline;	  
	color: #712D6C;
}

.smbutton:visited { 			
	color: white; 
}

.smbutton:hover { 	  
	color: white; 
}

hr {
	color: black;
	height: 2;
} 

td#footer a:link {color: white;}
td#footer a:visited {color: white;}
td#footer a:hover {color: white;}
td#footer a:active {color: white;}