/* CSS Document */
/* EXISTING STYLES */
			  
.dkbody {font-weight:bold}
.dkbodybold {font-weight:bold}
kbd  {font-weight:bold; color:#333}

/*--------------------------------------body---*/
body, th, div, label, input {
	color:#333333;
	font:normal 12px Arial, Helvetica, sans-serif;
	text-align:left;
}

p {margin-left:0px; text-indent:0em; margin-bottom:15px; margin-top:0px; margin-right:15px;}

/* Indentation instead of line shifts for sibling paragraphs. */
p + p {margin-left:0px; text-indent:0em; margin-bottom:15px; margin-top:0px; margin-right:15px;}

td {
	color:#333333;
	font:normal 13px Arial, Helvetica, sans-serif;
}

hr {color: #ffffff; background-color: #ffffff; border: 1px dotted #999999; border-style: none none dotted; width:400;}


img		{
	border:none;
}

.red	{
	color:red;
	font-size: 11px;
} 

input, select {
	color:#000000;
	font-style:normal;
	padding:1px;
	line-height:12px;
}

.large2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #014357;
}

strong {}

.small {
		font-size: 11px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #7b0004;
	margin-top:0px;
	margin-bottom:15px;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #7b0004;
	margin-top:0px;
	margin-bottom:15px;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #7b0004;
	margin-top:0px;
	margin-bottom:15px;
}

h4		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style:normal;
	color: #7b0004;
	margin-top:0px;
	margin-bottom:15px;
}


/* MAIN LINK STYLES */


a:link {
	color: #d38707;
	text-decoration: underline;
}

a:active  {
	color: #7b0004;
	text-decoration: none;
}

a:visited  {
	color: #666666;
	text-decoration: underline;
}

a:hover  {
	color: #999999;
	text-decoration: none;
}


a.small:link {
	color: #d38707;
	font-size: 11px;
	text-decoration: underline;
}

a.small:active  {
	color: #7b0004;
	font-size: 11px;
	text-decoration: none;
}

a.small:visited  {
	color: #d38707;
	font-size: 11px;
	text-decoration: underline;
}

a.small:hover  {
	color: #999999;
	font-size: 11px;
	text-decoration: none;
}

