/* Option CSS */
body		{
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 1.5;
}

a:link		{ color: #0000cc; text-decoration: none; }
a:visited	{ color: #990099; text-decoration: none; }
a:hover		{ color: #ff0066; text-decoration: underline; }
a:active	{ color: #ff0066; text-decoration: underline; }

img			{ border: 0; }

h2			{
	margin: 0;
	padding: 5px;
	border-left: 5px solid #D36A8F;
	border-top: 1px solid #D36A8F;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

h3			{
	margin: 0;
	padding: 5px;
	color: #741538;
	background-color: #F2EAF7;
	font-size: 12px;
	font-weight: normal;
}

p			{
	margin: 0 0 10px 0;
}
.lead		{
	margin: 10px 5px 0 5px;
	padding: 0;
	color: #D36A8F;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

.text		{
	margin: 0;
	margin-bottom: 20px;
	font-size: 12px;
	text-indent: 12px;
}

.indent		{
	display: block;
	text-indent: 12px;
}

blockquote	{
	margin-left: 20px;
	color: #741536;
}

cite		{
	color: #666666;
	font-size: 10px;
	font-style: normal;
	line-height: 1.5;
}

.column		{
	margin-bottom: 20px;
	padding: 10px;
	background-color: #F5F2EA;
}

.column h3, .table1 h3 {
	margin: 0;
	padding: 0;
	color: #D36A8F;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
}

.column p	{
	margin: 0;
	color: #666666;
}

.column_title	{
	width: 100%;
	margin: 5px 0;
	padding: 0;
	border-bottom: 1px dotted #741538;
	color: #D36A8F;
	font-size: 12px;
	font-weight: normal;
}

.table1		{
	border: none;
	border-top: 1px solid #cccccc;
}

.table1 th, .table1 td {
	padding: 7px 0 7px 7px;
	border: none;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

.table1 th	{
	color: #741538;
	font-weight: bold;
}

.table1 p {
	margin: 0;
}

.head2		{
	color: #741538;
	white-space: nowrap;
	font-size: 10px !important;
}

.stripe		{
	background-color: #f8E9EE;
}

.caption	{
	padding: 3px;
	color: #741538;
	background-color: #f8E9EE;
	text-align: center;
}
.caption2	{
	margin: 0 0 3px 0;
	font-size: 10px;
}
.table2		{
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #cccccc;
}

.table2 th, .table2 td {
	padding: 7px;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #cccccc;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.table2 th	{
	background-color: #f5f2ea;
}

.table3 th, .table3 td {
	padding: 2px 5px 0 10px;
	color: #333333;
	font-weight: normal;
	vertical-align: top;
}

.table3 th {
	padding-top: 10px;
	text-align: left;
}

.table4	{
	margin-top: 10px;
}
.table4 th, .table4 td {
	padding: 2px 5px 0 10px;
	color: #333333;
	font-weight: normal;
	vertical-align: top;
}

.footer		{
	padding: 8px 1px 20px 1px;
	border-top: 1px solid #cccccc;
	color: #666666;
	font-size: 10px;
	line-height: 10px;
	text-align: right;
}

ul			{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul ul		{
	margin-top: 3px;
	list-style: none;
}

li			{
	list-style: none;
	background: url("../images/bullet.gif") 0 6px no-repeat;
	margin-bottom: 3px;
	padding: 0 0 0 18px;
	line-height: 1.8;
}

ul.sitemap	{
	margin-bottom: 25px;
	padding: 0;
}

.sitemap li	{
	margin-bottom: 0;
	padding: 3px 0 3px 18px;
	border-top: 1px solid #cccccc;
	background: url("../images/bullet.gif") 0 9px no-repeat;
}

.sitemap li li {
	padding: 3px 0;
	background: none;
}

.border-bottom {
	border-bottom: 1px solid #cccccc;
}

.button, .navi	{
	margin: 5px 10px 0 0;
	padding: 0;
	text-align: right;
}

.topmenu	{
	background: url(../images/header_back.gif) bottom repeat-x;
}

.navi		{
	margin-top: 7px;
}

