@charset "utf-8";

/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
}

/** PAGE */

#page {
}

/** CONTENT */

#content {
}

/** SIDEBAR */

#sidebar {
}

/** FOOTER */

#footer {
}
.error { color: #C52A40 !important;}

.paraImgLeft64 {
	float: left;
	margin-right: 10px;
	padding: 4px;
	border: 1px solid #c3c3c3;
	width: 64px;
	height: auto;
}

.paraImgLeft297 {
	float: left;
	margin-right: 10px;
	padding: 4px;
	border: 1px solid #c3c3c3;
	width: 297px;
	height: auto;
}


.paraImgLeft128 {
	float: left;
	margin-right: 25px;
	padding: 4px;
	border: 1px solid #c3c3c3;
	width: 128px;
	height: auto;
	
}

.paraImgRight128 {
	float: right;
	margin-left: 25px;
	padding: 4px;
	border: 1px solid #c3c3c3;
	width: 128px;
	height: auto;
}


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #757575;
}


h3 {
	font-size: 11px !important;
	color: #c52a40 !important;
}

p,ol,ul {
	margin-top: 0px;
	margin-bottom: 16px;
	text-align: justify;
	line-height: 160%;
}

	
.list1	{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 180%;
	
}

.table	{
	border: 1px solid #000;
	margin: 0px;
	padding: 4px;
	cellpadding: 0px;
	cellspacing: 0px;
	border-collapse: collapse;
}

.table td	{
	padding: 6px;
	color: #757575;
}

.clear	{
	line-height: 0.1em;
	clear: both;
	}

	.form input	{
		width: 300px;
		border: 1px solid #333333;
		font-size: inherit;
	}
	
	.form textarea	{
		width: 300px;
		height: 150px;
		border: 1px solid #333333;
		font-size: inherit;
		}
	
	.form select	{	
	
	}
	
	
	
	
