	BODY
		{
		font-family: Arial, Helvetica, sans-serif;
		line-height: 100%
		}

	P
		{
		font-size: 11pt;
		margin: 0em 0em 0em 0em;
		line-height: 100%
		}


/* Begin Main Column Elements */

	P.head1
		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15pt;
		font-weight: bold;
		margin: 1em 0em .5em 0em;
		color: 003366
		}

	P.head2
		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13pt;
		font-weight: bold;
		margin: 1em 0em .5em 0em;
		color: 003366
		}

	P.body1
		{
		font-size: 11pt;
		line-height: 110%;
		font-family: Arial, Helvetica, sans-serif;
		margin: 0em 0em .5em 0em;
		color: 333333
		}

	P.sec_header
		{
		font-size: 12pt;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		margin: 6px 0px 0px 0px;
		color: 003366
		}

	P.caption
		{
		font-size: 8pt;
		line-height: 110%;
		font-family: Arial, Helvetica, sans-serif;
		margin: 0em 0em .5em 0em;
		color: 333333
		}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.cssform p{
width: 500px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 305px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform fieldset{
	border:none;
}

.cssform label{
float: left;
margin-left: -305px; /*width of left column*/
width: 300px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

/* End Main Column Elements */


/* Begin Sub-Navigation */

	P.subnav
		{
		font-size: 11pt;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		line-height: 11px;
		margin: 15px 0px 15px 0px;
		text-decoration: none
		}

	P.tertnav
		{
		font-size: 11pt;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: 666666;
		line-height: 11px;
		margin: 4px 0px 0px 0px;
		text-decoration: none
		}

	A
		{
		TEXT-DECORATION:none;
		font-family:Verdana,arial,helvetica,sans-serif;
		font-size:12px;
		line-height:18px;
		margin-left:0px;
		}


/* End Navigation */
