/* File Name: emsstyle.css */

A		{
	background: font-family : Verdana, Arial, Helvetica, sans-serif;
	color:#3333FF
}
A:hover 	{ 
	color:#FF0000; text-decoration:none;
}
body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	color: black;
	background-color: white; 
	text-align: center;
	margin:0px;
	padding:0px;
}

h1 		{
	background: font-family : serif;
	color: #800040;
	font-size: 20pt;
	font-style: normal;
}
h2		{
	background: font-family : serif;
	color: #800040;
	font-size: 11pt;
	font-style: normal;
	vertical-align : middle;
	text-align : left;
	border : thin none;
}
h3		{
	background: White 100pc;
	background-color: Silver;
	color: #800040;
	font-size: 10pt;
	font-style: normal;
	background-position : center;
}
h4		{
	background: scroll 100pc;
	color: White;
	font-size: 10pt;
	font-style: normal;
	background-position : center;
	background-attachment : scroll;
	text-decoration : blink;
	text-transform : capitalize;
	width : auto;
	background-color : #D0C0C0;
}
p  		{
	background: font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	text-indent : 0.8cm;
}
pre  		{ 
	background: font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 12pt;
}
td  		{ font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 10pt;}

.Navlink {COLOR: #3333FF; TEXT-DECORATION: none; font-family: serif; font-size: 12pt; font-weight: bold}
a:link.Navlink  {
	background: color : #3333FF;
	font-size : 12px;
	TEXT-DECORATION: none
}
a:visited.Navlink  {
	color : #333333;
}
a:active.Navlink  {
	text-decoration: none;
	background-color : Navy;
}
a:hover.Navlink  {
	text-decoration: none;
	background-color : Blue;
}

ul.circle 
{
	list-style-type: circle;
}
ul.square 
{
	list-style-type: square;
}

/* footer text */
P.footer {
        font-size: smaller;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
}

/* section divider */
HR.divider {
        margin-left: 20px;
        margin-right: 20px;
}

.mainTable {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
}

.mainBody {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
}

.titlebar {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
}


