﻿body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#333333;
	height: 100%;
	margin: 0em;
}

p 
{
	font-style: normal;
	font-weight: lighter;
	/*font-size: 11px;*/
	/*font-size: 0.7em;*/
	/*color: #000000;*/
	/*color: #333333;*/
	padding-top: 0em;
	margin-top: 0em;
}

p.reducedBottom
{
	padding-bottom: 05px;
	margin-bottom: 0;
}

/*p a:link 
{
}

p a:hover, a:focus 
{
	text-decoration: underline;
}*/

strong 
{
	font-weight: bold;
}

img 
{
	border: 0;
}

/**************************/
/**   First Level List   **/
/**************************/
ul 
{
	/*font-size: 11px;*/
	/*font-size: 0.7em;*/
	/*color: #666666;*/
	margin-top: 0;
}

li 
{
	/*color: #666666;*/
	list-style-image: url("/images/bullets/standard_bullet.gif");
	margin-bottom: 0.5em;
	list-style-type:square;
}

/*li a:hover, a:focus 
{
	text-decoration: underline;
}*/

/* End of first level list */

/**************************/
/**  Second Level List   **/
/**************************/
li ul 
{
	margin-top: 1em;
	margin-bottom: 1em;
	/*font-size: 1.00em;*/
	
}

li li 
{
	list-style-image: none;
	list-style-type: circle;
}

/*li li a:hover, a:focus 
{
	text-decoration: underline;
}*/

/* End of second List */


/******************************/
/******** HTML Headings *******/
/******************************/
h1 
{
	font-size: 1.4em;
	font-weight: 900;
	/*color: #800080;*/
	/*color: #910e00;*/
	color:#BE0000;
	line-height: normal;
	margin-top: 0em;
	margin-bottom: 0.2em;
	/*border-top:3px solid #00008B;*/
	/*width: auto;*/
}

/*h1:first-letter {
	font-size:1.5em;
	}*/
	
.firstletter 
{
	font-size:1.5em;
}

h2 
{
	/*font-size: 0.9em;*/
	font-size: 1.25em;
	font-weight: 600;
	line-height: normal;
	margin-top: 1.0em;
	margin-bottom: 0.1em;
	color: #000000;
}

h2.reducedTop 
{
	padding-top:0;
	margin-top:0;
}

h3 
{
	font-size: 1.0em;
	color: #BE0000;
	font-weight: bold;
	padding-bottom: 0em;
	margin-bottom: 0em;
}

h3.reducedTop 
{
	padding-top:0;
	margin-top:0;
}

h4 
{
	font-size: 1.0em;
	color: #000000;
	font-weight: bold;
	padding-bottom: 0em;
	margin-bottom: 0em;
}

/*h4 
{ 
	font-size: 1.15em; 
	color: Black;
	font-weight: bold;
	margin-bottom: 0em;
	margin-top: 0em;
}*/

h5 
{
	font-size: 1.0em;
	font-weight:bold;
	/*color: #00529c;*/
	/*color: rgb(23, 105, 39);*/
	color: Black;
	margin-bottom:0;
	margin-top:1em;
	/*font-style:italic;*/
}
/****** End of headings *******/

a:link {text-decoration: none; color:#943029;}
a:visited {text-decoration: none; color:#943029;}
a:hover {text-decoration: none; color: #943029;}
/*a:hover {text-decoration: none; color: #FF7D18;}*/

#contents a:link { text-decoration: none; color: red; }
#contents a:visited {text-decoration: none; color: #cc6600;}
#contents a:hover{text-decoration: underline;}


/*#contents h1 a:link { text-decoration: none;}
#contents h1 a:visited {text-decoration: none; }
#contents h1 a:hover{text-decoration: none; }

#contents h2 a:link { text-decoration: none;}
#contents h2 a:visited {text-decoration: none; }
#contents h2 a:hover{text-decoration: none;}

#contents h3 a:link { text-decoration: none;}
#contents h3 a:visited {text-decoration: none; }
#contents h3 a:hover{text-decoration: none;}

#contents h4 a:link { text-decoration: none;}
#contents h4 a:visited {text-decoration: none; }
#contents h4 a:hover{text-decoration: none;}

#contents li a, a:link, a:visited, a:hover {text-decoration: none;}
#contents li a:link{text-decoration: none;}
#contents li a:visited{text-decoration: none;}
#contents li a:hover{text-decoration: none;}

*/