/* GHP TAGS */

/*-------------------------------------------------
GENERAL
-------------------------------------------------*/

body {
	background: #00543d;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.3;
}

a {
	color: #005C3B;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

/*-------------------------------------------------
MASTER
-------------------------------------------------*/

#master {
	width: 560px;
	background: #fff;
	border-left: 1px solid #000;	
	border-right: 1px solid #000;	
	border-bottom: 1px solid #000;	
}

#mainframe {
	width: 500px;
	padding-bottom: 10px;
}

/*-------------------------------------------------
HEADER
-------------------------------------------------*/

#header {
	text-align: center;
	padding: 20px 0 10px 0;
}

/*-------------------------------------------------
MENU
-------------------------------------------------*/

#menu {
	text-align: center;
	font-family: arial, helvetica, sans-serif;
}


/*-------------------------------------------------
CONTENT
-------------------------------------------------*/

#content {
	text-align: left;
	border-bottom: 1px solid #000;
}


/*-------------------------------------------------
FOOTER
-------------------------------------------------*/

#footer {
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	padding: 10px 0 10px 0;
}


/*-------------------------------------------------
UTILITIES
-------------------------------------------------*/

.f9 { font-size: 9px; }
.f10 { font-size: 10px; }
.f11 { font-size: 11px; }
.f12 { font-size: 12px; }
.f14 { font-size: 14px; }

