body {
	/* sets paramaters for all text in body */
	background:			white;
	color:				black;
	font-family:		verdana, arial, helvetica, sans-serif;
	font-style:			normal;
	font-weight:		normal;
	font-size:			11pt;
	background-color:	white;
}
h1	{
	font-family:	verdana, arial, helvetica, sans-serif;
	font-size:		150%;
	font-style:		normal;
	font-weight:	bold;
	text-align:		center;
}
h2	{
	font-size:		150%;
	font-style:		normal;
	font-weight:	bold;
	text-align:		left;
}
h3	{
	font-size:		80%;
	font-style:		normal;
	text-align:		left;
}


/* TEXT */
#standard_text {
	font-family:		verdana, arial, helvetica, sans-serif;
	font-style:			normal;
	font-weight:		normal;
	font-size:			70%; /* 70% of default 16px ?*/
	text-align:			center; /* position within frame*/
	margin-left:		auto; /* center the frame*/
	margin-right:		auto;
	width:				600px;
}

.standard{
	font-family:		verdana, arial, helvetica, sans-serif;
	font-style:			normal;
	font-weight:		normal;
	font-size:			11pt; /* 70% of default 16px ?*/
	text-align:			center; /* position within frame*/
	margin-left:		auto; /* center the frame*/
	margin-right:		auto;
	width:				600px;
}

#main {
	font-family:		verdana, arial, helvetica, sans-serif;
	font-style:			normal;
	font-weight:		normal;
	font-size:			100%; /* 70% of default 16px ?*/
	text-align:			center; /* position within frame*/
	margin-left:		auto; /* center the frame*/
	margin-right:		auto;
	width:				600px;
}

#main ol{
	font-size:80%;
	list-style-type: square;
	text-align:left;
	margin-left:0px;
}

.subtext{
	font-size:80%;
}

.subtext_red{
	font-size:80%;
	color:#FF0000;
}

/* form */
.textlabel{
	text-align:left;
	position:relative;
	left: 0px;
	background-color:#FFFF66;
	width:150px;
}

.textfield { 
	position:relative;
	right: 0px;
	width:150px;
}



/* ---------------------------------------------------------------------------------* /


/* SUMMARY */
.summary_headding {
	font-family:		verdana, arial, helvetica, sans-serif;
	font-style:			normal;
	font-weight:		bold;
	font-size:			11pt;
	text-align:			center; /* position within frame*/
	margin-left:		auto; /* center the frame*/
	margin-right:		auto;
	width:				600px;
}
.summary_text {
	font-family:		verdana, arial, helvetica, sans-serif;
	font-style:			normal;
	font-weight:		normal;
	font-size:			11pt;
	text-align:			left; /* position within frame*/
	margin-left:		auto; /* center the frame*/
	margin-right:		auto;
	width:				600px;
	/* note width is being pushed wider than 600 by ______ */
}
.questionGrey{
	background-color:#CCCCCC;
}

.questionRed{
	background-color:#FF0000;
}

.questionTerq{
	background-color:#00CCCC;
}

.questionYell{
	background-color:#FFCC00;
}

.questionGreen{
	background-color:#00FF00;
}


/* TEXT BOXES */
.standard_textbox {
	width:			600px;
	height:4cm;
	font-family:		verdana, arial, helvetica, sans-serif;
}



/* MARGINS AND SPACE */
p.bottommargin {margin-bottom: 5mm}