td#content
{
	padding:          15px;
	width:            475px;
}

.textinput
{
	color:            #333;
	font-size:        10px;
}

h1
{
	color:            #00746B;
	font-size:        11px;
	font-weight:      bold;
	text-transform:   uppercase;
}

h1 a#start,
h1 a#start:hover,
h1 a,
h1 a:hover
{
	color:            #00746B;
	font-size:        11px;
	font-weight:      bold;
}

h1
{
	margin-bottom:    0;
}

h3
{
	color:            black;
	font-weight:      normal;
}

h3.current
{
	margin-top:       0;
	margin-bottom:    1em;
}

h1.current
{
	padding-bottom:   1em;
}

a
{
c	color:           #00746B;
	color:            black;
}

td#left
{
	padding-right:    10px;
}

#topcenter,
#bottomleft,
#bottomcenter
{
	border:           1px solid #5A555C;
	padding:          15px;
	width:            162px;
	height:           162px;
	overflow:         hidden;
	line-height:      1.4em;
}

#topcenter
{
	font-size:        10px;
}

#bottomleft
{
	font-size:        10px;
	margin-top:       10px;
	background-color: #00746B;
	color:            white;
}



h2
{
	font-size:        10px;
}

#bottomcenter
{
	margin-top:       10px;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	FORM STYLES
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	General
//-------------------------------------------------------------------------------------------------------*/
form
{
	margin:           0em;
}

/*	status messages	*/
.statusmsg
{
	font-family:      verdana,arial,sans serif;
	font-weight:      bold;
	font-size:        0.70em;
	color:            red;
}

/*---------------------------------------------------------------------------------------------------------
//	Labels
//-------------------------------------------------------------------------------------------------------*/
/*	all labels	*/
label,
label.cb,
label.checkbox,
label.radio
{
	display:          block;
	margin-top:       1.0em;
	font-family:      verdana,arial,sans serif;
	font-weight:      bold;
	font-size:        0.65em;
	color:            black;
}

/*	labels for checkboxes/radio	*/
label.cbeckbox,
label.cb,
label.radio
{
	display:          inline;
	font-weight:      normal;
}

/*---------------------------------------------------------------------------------------------------------
//	Fields
//-------------------------------------------------------------------------------------------------------*/
/*	text boxes, select boxes, textareas	*/
input.textfield,
select.textfield,
textarea.textfield
{
	width:            240px;
	background-color: white;
	font-family:      verdana,arial,sans serif;
	font-size:        0.72em;
	color:            black;
}

#toolbar
{
	margin-top: 6px;
	text-align:       left;
	padding-left:     250px;
}

#toolbar a
{
	margin-right:     2em;
	color:            #00746B;
}

#toolbar a img
{
	vertical-align: -20%;
}