/* Sectional Modifiers */

body
{
	margin:0px;
	margin-bottom:25px;
	background-color:#FFFFFF;
}

.content
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
}


/* Default Font modifiers */

/* Headings */

h1
{
	font-size:150%;
	font-weight:bolder;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
}

h2
{
	font-size:120%;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
}

h3
{
	font-size:100%;
	font-weight:bolder;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
}
h4
{
	font-size:95%;
	font-weight:bolder;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
}

/* paragraphs */

p
{
	margin-bottom:15px;
	margin-top:0px;
}

pre
{
	margin-top:0pt;
	margin-bottom:0pt;
}

small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

/* Lists */

ul
{
	margin-top:0px;
	margin-bottom:15px;
	margin-left:30px;
}

ol
{
	margin-top:0px;
	margin-bottom:15px;
	margin-left:30px;
}

li
{
	margin-bottom: 5px;
}

/* Object Modifiers */

embed, object
{
	display:block;
}

img.email{
	display:inline;
}

table, td
{
	border-color:#DEDEDE #DEDEDE #DEDEDE #DEDEDE;
}


/* Inline modifiers - listed alphabetically*/

.confirmationMessage
{
	background-color:Yellow;
	font-weight:bolder;
	color:#000099;
}

.errorMessage
{
	background-color:Red;
	font-weight:bolder;
	color:#FFFFFF;
}

.lightText
{
	color:#999999;
}

.required
{
	color: #FF0000
}

.smallFont
{
	font-size: 11px;
}

.subHeader
{
	font-weight:bolder;
}




