Body {
	font-family: Verdana,Arial,Helvetica;
	background: GAINSBORO; /* Header=#A9C4D7 */
}

h1
{
}

.h1-small
{
    font-size: 12px;
    margin: 5px 0 5px 0;
}

h2
{
    color: STEELBLUE;
    font-size: 13px;
}

h3
{
    color: #333;
    font-size: 12px;
}

P {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

img {
	border-color: SLATEGRAY;
}


/* NORMAL LINKS */
A, A:Visited, A:Active {
	font-family: Verdana,Arial,Helvetica;
	color: DARKCYAN;
	font-size: 11px;
	text-decoration: none;
}

A:Hover {
	font-family: Verdana,Arial,Helvetica;
	color: STEELBLUE;
	font-size: 11px;
	text-decoration: underline;
}

/* MAIN MENU */
.menu {
	background: aliceblue;
}


A.menu, A.menu:Visited, A.menu:Active {
	color: SLATEGRAY;
	font-size: 12px;
	font-weight: bold;
}

A.menu:Hover {
	color: SLATEGRAY;
	font-size: 12px;
	text-decoration: none;
	background: white;
}

A.menuitem, A.menuitem:Visited, A.menuitem:Active {
	color: SLATEGRAY;
	font-size: 10px;
	line-height: 20px;
	width: 170px;
	padding-left: 10px;
	font-weight: bold;
}

A.menuitem:Hover {
	color: SLATEGRAY;
	font-size: 10px;
	text-decoration: none;
	line-height: 20px;
	width: 170px;
	background: white;
}

/* BORDERS */
.borders {
	background: lightsteelblue;
}

/* BULLETED TITLES */
.title {
	font-family: Verdana,Arial,Helvetica;
	color: SLATEGRAY;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	background: aliceblue;
}

/* NON-BULLETED SUBTITLES */
.subtitle {
	font-family: Verdana,Arial,Helvetica;
	color: STEELBLUE;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

/* BODY TEXT */
.maincopy, .maincopy:Visited, .maincopy:Active {
	font-family: Verdana,Arial,Helvetica;
	color: DARKSLATEGRAY;
	font-size: 11px;
	text-decoration: none;
	line-height: 15px;
	background: white;
}

/* POP-UP TEXT */
.poptext {
	font-family: Verdana,Arial,Helvetica;
	color: STEELBLUE;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	line-height: 15px;
	background: white;
}

/* FOOTER */
.footer {
	font-family: Verdana,Arial,Helvetica;
	color: DARKSLATEGRAY;
	font-size: 9px;
	text-decoration: none;
}

A.footer, A.footer:Visited, A.footer:Active {
	font-family: Verdana,Arial,Helvetica;
	color: DARKSLATEGRAY;
	font-size: 9px;
	text-decoration: none;
}

A.footer:Hover {
	font-family: Verdana,Arial,Helvetica;
	color: STEELBLUE;
	font-size: 9px;
	text-decoration: underline;
}



/* New Styles Added by Ozum.co.uk on April 16th, 2010 */
/* ////////////////////////////////////////////////// */

h2 a:link
{
    color: STEELBLUE;
    font-size: 13px;
    text-decoration: none;
}

h2 a:visited
{
    color: STEELBLUE;
    font-size: 13px;
    text-decoration: none;
}

h2 a:hover
{
    color: STEELBLUE;
    font-size: 13px;
    text-decoration: underline;
}

h2 a:active
{
    color: STEELBLUE;
    font-size: 13px;
    text-decoration: none;
}

a img
{
    border: none;
}

.home-image
{
    margin-bottom: 5px;
}

table .examples p
{
	font-family: Verdana,Arial,Helvetica;
	color: DARKSLATEGRAY;
	font-size: 11px;
	text-decoration: none;
	line-height: 15px;
	background: white;
}

.example-image
{
    float: left;
    margin: 0 10px 10px 0;
}