
/******** Link Components *********************************************************/

div.text-item a {
	color:#cc0066;
	border:none;
	text-decoration:none;
}
div.text-item a:hover {
	text-decoration:underline;
}
div#footer a {
	color:#ffffff;
	text-decoration:none;
}
div#footer a:hover {
	text-decoration:underline;
}


/******** Text Components *********************************************************/


/******** Headlines *********/

h1 {
	font-size:18px;
	color:#333333;
	margin:0px 0px 20px 0px;
}

/******** Paragraphs *********/

p {
	line-height:16px;
	margin:0px 0px 20px 0px;
}
p.lead {
	font-weight:bold;
	color:#16569d;
}
p.left {
	font-size:11px;
	line-height:16px;
	margin:20px 0px 20px 0px;
}


/******** Table Components *********************************************************/


table.list td {
	padding:3px 0px 3px 0px;
	border-bottom:1px solid #cccccc;
}

/******** Form Components *********************************************************/

input.standardfield, textarea.standardfield, select.standardfield {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ffffff;
	border:1px solid #007cc0;
	margin-bottom:5px;
}



