@CHARSET "UTF-8";

.input_field1 {
	padding: 2px;
	border: 1px solid #666;
	color: #000;
}

.button1 {
	background-color: #CCC;
	color: #000;
	padding: 2px;
	font-weight:bold;
	border: 1px solid #AAA;
}

.table1 {
	border: 0;
	border-spacing: 0;
}
.table1 thead {
	background-color: #333;
	color: #FFF;
	font-weight: bold;
	
}
.table1 thead th { 
	text-align:left; 
	padding: 4px; 
}

.table1 tbody .even {
	padding: 4px;
	background-color: #EEE;	
}

.table1 tbody .odd {
	background-color: #CCC;	
}

.table1 tbody td {
	padding: 4px;
}

.list1 {
	padding: 0px 0px 0px 5px;
	list-style: none;
	font-weight: bold;
}

span.error {
	color: red;
	font-weight: bold;
}

span.success {
	color: green;
	font-weight: bold;
}

label {
	font-weight: bold;	
}

label.alt1 {
	font-weight: normal;
	display: block;	
}

.std_title
{
	font-size: 44px;
	color: #666666;
}

.std_body
{
	margin-top: 10px;
	font-size:14px;
}

.alt1_title
{
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.alt1_body
{
	font-size: 12px;
}

.alt1_body p
{
	margin-top: 0px;	
}

/*
.images {
	margin-top: 10px;
}

.image
{
	float: left;
	width: 242px;
	overflow: hidden;
	margin-bottom: 10px;
}
.image img { border: 0; }

.imagetext {
	padding-top: 5px;
	font-size: 10px;
	font-weight: bold;
}
*/
