@charset "UTF-8";

a, a:link, a:visited, a:active {
	color:#0000FF;
    text-decoration:none;
}

a.active {
	color:#0000FF;
    text-decoration:underline;
}

a:hover {
	color:#000000;
    text-decoration:underline;
}

a:focus {
	text-decoration:underline;
}

p {
	margin-top:10px;
	margin-bottom:10px;
}

h1 {
	margin-top:20px;
	margin-bottom:20px;
	font-size:220%;
	font-weight:bold;
	line-height:120%;
}

h2 {
	margin-top:20px;
	margin-bottom:20px;
	font-size:180%;
	font-weight:bold;
	line-height:105%;
}

h3 {
	margin-top:20px;
	margin-bottom:20px;
	font-size:150%;
	font-weight:bold;
}

h4 {
	margin-top:20px;
	margin-bottom:20px;
	font-size:110%;
	font-weight:bold;
}

h5 {
	margin-top:20px;
	margin-bottom:20px;
	font-size:90%;
	font-weight:bold;
	letter-spacing:1px;
}

h6 {
	margin-top:20px;
	margin-bottom:20px;
	font-size:70%;
	font-weight:bold;
	letter-spacing:1px;
}

img {
	
}

hr {
	
}

ul,  ol {
	padding-left:40px;
	margin-top:15px;
	margin-bottom:15px;
}

ul li {
	list-style:disc;
}

ul li ul li {
	list-style:square;
}

ul li ul li ul li {
	list-style:circle;
}

ol li {
	list-style:decimal;
}

dl {
	margin-top:15px;
	margin-bottom:15px;
}

dt {
	line-height:150%;
}

dd {
	margin-left:40px;
}

table {
}

tr {
	
}

td {
	padding:2px;
}

em {
	font-style:italic;
}

b {
	font-weight:bold;
}

u {
	text-decoration:underline;
}

i {
	font-style:italic;
}

strong {
	font-weight:bold;
}

del,  strike {
	text-decoration:line-through;
}

ins {
	text-decoration:underline;
}

sub {
	vertical-align:sub;
	font-size:80%;
}

sup {
	vertical-align:super;
	font-size:80%;
}

quote {
	
}

blockquote {
	margin-top:15px;
	margin-bottom:15px;
	margin-left:40px;
	margin-right:40px;
}

pre {
	margin-top:12px;
	margin-bottom:12px;
	font-family:"Courier New", Courier, monospace;
	font-size:90%;
}

address {
	font-style:italic;
	line-height:150%
}

code {
	font-family:"Courier New", Courier, monospace;
	font-size:90%;
}

cite {
	font-style:italic;
}

abbr {
	cursor:pointer;
	border-bottom:1px dotted #000000;
}

caption {
	
}

fieldset {
	border:2px groove #999999;
	padding:4px;
    color: #000000;
}

input,
textarea,
select,
button {
	border:2px solid gray;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
	background-color:#F6F8FC;
}

label, button, input[type="submit"] {
	cursor: pointer;
}


