/* 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;
}

/* Panel Styles */


div.box {
	margin-right: auto; margin-left: auto; width: 160px; background-color:#fff;margin-bottom:1.5em;border:1px solid #ccc;padding:1px;-khtml-box-shadow:rgba(0,0,0,0.5) 0px 0px 24px;-moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 24px;box-shadow:rgba(0,0,0,0.5) 0px 0px 24px;-moz-border-radius:12px;-webkit-border-radius:12px;-opera-border-radius:12px;-khtml-border-radius:12px;border-radius:12px; color:#FFF;padding:0.5em;text-align:left;
	
}

h2.box {
	color:#7b0004;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:15px;
}

h3.box {
	color:#d38707;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:15px;
}

h4.box {
	color:#7b0004;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:15px;
}

a:link.box {
	color: #d38707;
		font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:15px;
}

a:active.box  {
	color: #7b0004;
		font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:15px;
}

a:visited.box  {
	color: #666666;
		font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:15px;
}

a:hover.box  {
	color: #999999;
		font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:15px;
}
