/* -=-=- No border on href images -=-=- */
img { border-style: none; }

/* -=-=- Fonts -=-=- */
.header
{
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.normaltext
{ 
	font-family: "Century Gothic";
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

.Menu
{
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: white;
}

.Menu:hover
{
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: black;
}

.small
{ 
	font-family: "Century Gothic";
	font-size: 8px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

.footer
{ 
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
}

.footerlinks
{ 
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}

.footerlinks:hover
{ 
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	text-decoration: underline;
}

.sectionlinks
{ 
	font-family: "Century Gothic";
	font-size: 9px;
	font-weight: normal;
	color: #FFFFD5;
}

.sectiontitle
{ 
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight: normal;
	color: #FFFF00;
}

.MainLinks
{
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: normal;
	color: #5f5f5f;
}
.MainLinks:hover
{
	font-family: "Century Gothic";
	font-size: 14px;
	font-style: normal;
	text-decoration: underline;
	font-weight: normal;
	color: #7b7b7b;
}
/* -=-=- Hyperlinks -=-=- */

a
{
	text-decoration:none;
}

.a1:visited
{
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #FFFF66;
	text-decoration:none;
}

.a1:link 
{
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #FFFF66;
	text-decoration:none;
}

.a1:hover 
{
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	text-decoration:underline;
}
.inputbox
{
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	border-right: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid;
	width: 155px; 
}
.ErrorMessage
{
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #cc0000;
	text-decoration: none;
}
.SuccessMessage
{
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #339900;
	text-decoration: none;
}
.ButtonsSmall
{
	font-size: 12px; 
	width: 58px; 
	font-family: 'Century Gothic'; 
	height: 24px; 
	text-decoration: none;		
}
.Buttons
{
	font-size: 12px; 
	width: 110px; 
	font-family: 'Century Gothic'; 
	height: 24px; 
	text-decoration: none;		
}

.Divider
{
	height: 2px; color: #FFdd00;	
}

.DarkBack
{
	background-image: url(images/top.jpg); 
	background-repeat: repeat-x; 
	font-size: 13px; 
	color: #ffffff; 
	font-family: Arial; 
	text-align: center;	
}
.BackLink
{
	font-family: "Century Gothic";
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #ffcc66;
	text-decoration: none;
}

.BackLink:hover 
{
	font-family: "Century Gothic";
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #ffcc66;
	text-decoration:underline;
}

.GreyBorder
{
	font-size: 12px; 
	border-bottom: darkgray 1px solid; 
	border-left: darkgray 1px solid; 
	border-right: lightgrey 1px solid; 
	border-top: lightgrey 1px solid;
}