/* CSS Document */

/* Heading Font Information */
	h1 {
		font-size: large;
		padding: 10px;
		font-weight: bold;
		}

	h2 {
		font-size: medium;
		font-style: italic;
		font-weight: bold;
		text-align: left;
		}
		
	h3	{
		font-style: italic;
		font-size: medium;
		text-align: center;
		}
	h4	{
		font-weight: bold;
		font-size: small;	
		text-align: left;
		
		}
	h5	{
		font-style: italic;
		font-weight: bold;
		font-size: small;	
		text-align: center;
		
		}
p	{
	font-size: small;
	text-align: justify;
	}
	
h3.rtcol {
	padding: 2px;
	text-align: center;
	}
	
p.rtcol {
	padding: 2px;
	text-align: center;
	}
a.rtcol {
	color: #003366;
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
}	
a {
	color: #003366;
	font-weight: bold;
	/*font-style: italic;*/
}

a.copy {
    padding: 5px;
	color: #6699CC;
	font-size: 11px;
	text-decoration: none;
	}
	
a.copy:hover {
	padding: 5px;
	color: #FFFFFF;
	}

.address {
	text-align:center;
	}

ul.norm { 
		text-align: left;
	}
	
	ul.norm a {
		font-weight: bold;
		text-transform: none;
		text-decoration: none;
	}
	
	ul.norm a:hover {
		color: #FFF;
		text-decortaion: none;
		font-weight: bold;
	}
	
	ul.norm li {
		list-style: outside; 
		padding-top: 5px;
		padding-bottom: 0px;
		text-align: left;
		}
		
	ul.nobull {
		text-align:left;
	}
	ul.nobull li {
		list-style: none;
		padding-top: 5px;
		padding-bottom: 0px;
		text-align: left;
		}
