
/*
Design by AdMuncie.com
http://www.admuncie.com
*/

body {
	margin: 0px;
	padding: 0;
}


/* Images */ 
.image-frame		{ padding:0px; border:0px #ccc solid; margin:10px; }
.image-frame1		{ padding:10px; border:1px #ccc solid; margin:10px; }
.image-frame2		{ padding:13px; margin:20px; }




/* unvisited link- grey */
a:link {
    color: #cccccc;
	font-weight:bold;
	text-decoration: none;
	
}

/* visited link */
a:visited {
    color: #cccccc;
	font-weight:bold;
	text-decoration: none;

}

/* mouse over link - color Blue #0000cc */
a:hover {
    color: #0066ff;
	font-weight:bold;
	text-decoration: none;
	
}

/* selected link */
a:active {
    color: #cccccc;
	
}

h1{ text-decoration: none; font-style: italic; font-family: Georgia, Arial; font-size: 16pt; color: #003399; font-weight:bold}

h2{ text-decoration: none; font-style: italic; font-family: Georgia, Arial; font-size: 13pt; color: #666666; font-weight:bold}

h3{ text-decoration: none; font-style: italic; font-family: Arial, Georgia, sans-serif; font-size: 16pt; color: #cccccc; font-weight:bold}

h4{ text-decoration: none; font-style: italic; font-family: Georgia, sans-serif; font-size: 12pt; color: #003399; font-weight:bold}

h5{ text-decoration: none; font-style: italic; font-family: Georgia, sans-serif; font-size: 11pt; color: #cccccc; font-weight:bold}

h6{ text-decoration: none; font-style: italic; font-family: Georgia, sans-serif; font-size: 9pt; color: #333333; font-weight:bold}

.text1 { text-decoration: none; font-family: Arial, sans-serif; font-size: 10pt; color: #cccccc; font-weight:bold}

.text2 { text-decoration: none; font-style: italic; font-family: Georgia, Arial, sans-serif; font-size: 12pt; color: #CC6600; font-weight:bold}

.text3 { text-decoration: none; font-style: italic; font-family: Georgia, Arial; font-size: 11pt; color: #999999; font-weight:bold;}


.text_a { text-decoration: none; font-style: italic; font-family: Arial; font-size: 11pt; color: #666666; font-weight:bold;}

.text_header  { text-decoration: none; font-style: italic; font-family: Georgia, Times New Roman, Times, serif; font-size: 11pt; color: #990000; font-weight:bold}

/* LINKS */ 

.links { text-decoration: none; font-style: none; font-family: Georgia, sans-serif; font-size: 13pt; color: #cccccc; font-weight:bold;}

.links1 { text-decoration: none; font-style: italic; font-family: Georgia, Arial; font-size: 9pt; color: #cccccc; font-weight:bold;}


/* Footer */

.links_footer { text-decoration: none; font-style: bold; font-family: Georgia, Times New Roman, Times, serif; font-size: 10pt; color: #666666; }

.footer { text-decoration: none; font-family: Georgia, Times New Roman, Times, serif; font-size: 12pt; color: #cccccc}
.footer2 { text-decoration: none; font-family: Georgia, Times New Roman, Times, serif; font-size: 10pt; color: #666666}

#footer-bgcontent {
	margin: 0px;
	padding: 0px;
	height: 270px;
	background: #333333;
	vertical-align: top;
	font-weight:bold;
}
#footer-bgcontent-bk {
	margin: 0px;
	padding: 0px;
	height: 50px;
	background: #000000;
	vertical-align: top;
}

#footer-bgcontent2 {
	margin: 0px;
	padding: 0px;
	height: 40px;
	background: #333333;
	vertical-align: top;
	font-weight:bold;
}


#footer a {
	color: #cccccc;
}






