body { font-family: Arial, Helvetica; font-size: 14px }

h1           { color: #58585a; font-size: 24px; font-weight: normal; color: #608191; text-align:center }
h1 a:link    { color: #0072bc; font-size: 24px }
h1 a:visited { color: #0072bc; font-size: 24px }
h1 a:hover   { color: #0099FF;; font-size: 24px }
h1 a:active  { color: #0072bc; font-size: 24px }

.h1s { color: #58585a; font-size: 20px; font-weight: normal; color: #90278e }
.h2s { color: #58585a; font-size: 14px; font-weight: normal; color: #90278e }

h2           { color: #58585a; font-size: 20px }
h2 a:link    { color: #0072bc; font-size: 20px }
h2 a:visited { color: #0072bc; font-size: 20px }
h2 a:hover   { color: #0099FF; font-size: 20px }
h2 a:active  { color: #0072bc; font-size: 20px }

h3           { color: #58585a; font-size: 18px }
h3 a:link    { color: #0072bc; font-size: 18px }
h3 a:visited { color: #0072bc; font-size: 18px }
h3 a:hover   { color: #0099FF; font-size: 18px }
h3 a:active  { color: #0072bc; font-size: 18px }

p           { color: #000000; font-size: 14px }
p a:link    { color: #0072bc; font-size: 14px }
p a:visited { color: #0072bc; font-size: 14px }
p a:hover   { color: #0099FF; font-size: 14px }
p a:active  { color: #0072bc; font-size: 14px }

ul li           { color: #000000; font-size: 14px }
ul li a:link    { color: #0072bc; font-size: 14px }
ul li a:visited { color: #0072bc; font-size: 14px }
ul li a:hover   { color: #0099FF; font-size: 14px }
ul li a:active  { color: #0072bc; font-size: 14px }

hr {border: none 0;
border-top: 1px dashed #000;
width: 100%;
height: 1px;
} 

.sick {
	border-width: 1px;
	border-spacing: 0px;
	border-style: dotted;
	border-color: blue;
	border-collapse: collapse;
	background-color: white;
}
sickth {
	border-width: 1px;
	padding: 4px;
	border-style: dotted;
	border-color: blue;
	background-color: #FBF0FA;
	-moz-border-radius: 0px 0px 0px 0px;
}
.sicktd1 {
	border-width: 1px;
	padding: 4px;
	border-style: dotted;
	border-color: blue;
	background-color: #FBF0FA;
	-moz-border-radius: 0px 0px 0px 0px;
}

.sick2 {
	border-width: 0px;
	border-spacing: 10px;
	border-style: dotted;
	border-color: blue;
	border-collapse: collapse;
	background-color: white;
	}

.sicktd2 {
	border-width: 1px;
	padding: 4px;
	border-style: dotted;
	border-color: blue;
	background-color: #FEFEFEFE;
	-moz-border-radius: 0px 0px 0px 0px;
}


#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
	position: right}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 13px Arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 0px;
	width: 89px;
	background: #0859F0;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #0859F0;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 13px Arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}
}