﻿/* ******Default Styles For All Sites****** */

p
{
	FONT-FAMILY: Arial, sans-serif;
	font-size: 1em;
	FONT-WEIGHT: normal;
	text-align: justify;
	padding: 10px;
	margin: 0px;
}

TD	
{
	FONT-FAMILY: Arial, sans-serif;
	font-size: 1em;
}

H1	{	
 COLOR: #801378;
	font-family:  Arial, sans-serif;
	font-weight: bold;
	font-size:	1.7em;
	text-align: center;
	padding: 20px;
	}	
		
H2	{	
	color: #436972;
	font-family: Arial, sans-serif;
	font-size:	1.4em;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	padding: 10px 10px 1px 10px;
	margin-bottom: 0;
	}	
		
H3	{	
	color: #003399;
	font-family: Arial, sans-serif;
	font-size:	1.3em;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	padding: 5px 10px 1px 10px;
	margin-bottom: 0;
	}	
		
H4	{	
  color  : black;
	font-family: Arial, sans-serif;
	font-size:	1.2em;
	font-weight:	bold;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	padding: 5px 10px 1px 10px;
	margin-bottom: 0;
	}	
		
H5, DT	{	
  color  : black;
	font-family: Arial, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	padding: 5px 10px 1px 10px;
	margin-bottom: 0;
	}	
		
H6	{	
	font-family:  Arial, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	padding: 5px 10px 2px 10px;
	margin-bottom: 0;
	}	

/* Use default link appearance in content area */
A:link {}	
A:visited	{}	
A:active {}	
A:hover {}

BLOCKQUOTE, PRE	{	
	font-family:  Arial, sans-serif;
}	

UL {
	margin-top:0px;
}

UL LI	{	
	list-style-type:	disc ;
	padding-bottom:5px;
	}	

UL LI LI	{	
	list-style-type:	disc;
	padding-bottom:5px;
	}	

UL LI LI LI	{	
	list-style-type:	square;
	padding-bottom:5px;
	}	
	
OL {
	margin-top:0px;
}

OL LI	{	
	list-style-type:	decimal;
	padding-bottom:5px;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	padding-bottom:5px;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	padding-bottom:5px;
	}	


