﻿BODY {
	background: #f7f7f7 url(../images/all/bg.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#505050;
	line-height:140%;
}
a{color:#ab5d01; text-decoration:underline;} /** Orange/Brown */
a:hover{color:#80aa00; text-decoration: none;} /** Green */
a:visited{color:#656565; text-decoration:underline;} /** Dark Gray */

#ex_page_con 
{	margin: 7px auto; /** distance from top left corner of screen */
	width: 630px; /** limits width of "page" */
	border: 1px solid #FFFFFF; /** border around "page" */
}
#page_con /** details of "border around "page"" */
{	border: 1px solid #bfbfbf; 
	padding: 1px;
	padding-left: 20px;
	padding-right: 20px;
	background-color:#FFFFFF;
}

h1 
{	font-size:18px;
	color:#000000;
	font-weight:normal;
	font-family:Arial;
	text-align:center;
	margin-bottom:-43px;
	display:none; 
}
h2 /** Main Headline */
{	font-size:24px;
	color:#009900; /** Green */
	font-weight:bold;
	font-family:Arial;
	text-align:center;
	line-height:24px;
}
h3 
{	font-size:16px;
	color:#330066; /** Blue */
	font-weight:bold;
	margin-top:30px;
	margin-bottom:10px;
	font-family:Verdana;
	line-height:20px;
}

.img_right{
	float:right;
	margin: 5px 10px 0 5px;
}

.border_white{border: 1px solid #FFFFFF;} /** White border around images */


.SF {font-family:Lucida Handwriting, Arial; font-weight:italic;}
.copy{font-size:10px; vertical-align:super;}

.clear{
	font-size: 1px;
	line-height: 1px;
	clear: both;
	height: 1px;
}

.Chosen{font-family:Arial Black; color:#008000;}

