﻿* {
    margin:0;
    padding:0;
}
html, body, p, td {
    font-family:Arial,Tahoma,sans Serif;
    font-size:10pt;
    color:#808080;
    line-height:1.6em;
}
h1 {
    font-size:24px;
    line-height:32px;
    color:#00ADEE;
	font-weight:bold;
	margin:0 0 10px 0;
}
h2 {
    font-size:16px;
    color:#00ADEE;
	font-weight:bold;
	margin:10px 0 5px 0;
}
h3 {
    font-size:14px;
    color:black;
	font-weight:bold;
	margin:10px 0 5px 0;
}
h4 {
    font-size:13px;
    color:black;
    text-decoration:underline;
	margin:10px 0 5px 0;
}
hr {
    height:3px;
	color:white;
    background:white url(/App_Themes/images/HRBG.png) top left repeat-x; 
    margin:5px 0 5px 0;
	border:none;
}
a {
	color:#ED008C;
    text-decoration:underline;
}
a:hover {
    text-decoration:none;
}
.blue {
	color:#00ADEE;
}
.pink {
    color:#ED008C;
}
ul, ol {
    margin-left:20px;
}
li {
    margin-left:20px;
}
.vcard {display:none;}
