@media all
{
body
{
        font-family:Times New Roman, Serif;
        text-align:left;
	overflow:auto;
}
table
{
        font-size:1.0em;
}
h1
{
        font-size:2.20em;
        font-family: Tahoma, Arial, Sans Serif;
        text-align:center;
        color: #222299;
}
h2
{
        font-size:1.75em;
        font-family:Times New Roman, Serif;
        text-align:left;
        color: #772277;
}
h3
{
        font-size:1.5em;
        font-family:Times New Roman, Serif;
        text-align:left;
        color: #772277;
}
h4
{
        font-size:1.25em;
        font-family:Times New Roman, Serif;
        text-align:left;
        color: #772277;
}
p
{
	text-indent: 2.0em;
	text-align: justify;
}
img
{
	border:none;
}
a:link
{
	color: rgb(128,128,255);
	text-decoration: underline;
}
a:hover
{
	color: red;
}
a:focus
{
	color: red;
}
a:visited
{
	color: rgb(128,128,255);
}

.border
{
	border:2px solid black!important;
}
.center
{
	text-align:center!important;
}
.violet
{
	color:violet!important;
}
.red
{
	color:red!important;
}
.indent
{
	padding-left: 2em;
}
.big
{
	font-size:1.2em;
}

.leftimg
{
	float: left;
	border: 2px solid black;
	margin: 0.50em;
}

.rightimg
{
	float: right;
	border: 2px solid black;
	margin: 0.50em;
}

.left
{
	text-align:left;
}

.right
{
	text-align:right;
}

.center
{
	text-align:center;
}

.justify
{
	text-align: justify;
}

.tickli
{
	list-style-image: url(../images/tick.gif);
}

.clear
{
	clear:both;
}

#endhr
{
	width: 50%;
	text-align: center;
}

}

@media screen
{
body
{
        color: rgb(255,192,255);
        background-color: rgb(0,0,64);
}
#endhr
{
	margin-top: 30pt;
	margin-bottom: 50pt;
	color: #3C9FC6;
}
h1
{
	background-color: rgb(175,200,100);
	border: 1px black solid;
}
.a80
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
}

@media print
{
body
{
        background-color: transparent;
	color: black;
}
#endhr
{
	color: black;
}
}
