/* @group Core Elements */

html {
	height: 90%;
	margin-bottom: 1px;
}

body,td {
	line-height: 135%;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: left;
	
}

body {
	margin: 0;
	padding: 0;
	color:#ffffff;
			
}

body.f-smaller {
	font-size: 10px;
}

body,
body.f-default {
	font-size: 12px;
}

body.f-larger {
	font-size: 15px;
}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 15px 0;
	font-family: "Trebuchet MS";
}

h1 { 
	font-size: 200%;
}

h2 {
	font-size: 175%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 120%;
}


body {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none; color: #FF3300;
}

a:hover {
	text-decoration: underline; color: #ff6600;
}

#mainframe td.contentheading,
.contentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 230%;
	font-weight: bold;
	width: 100%;
	line-height: 30px;

/* @end */


