h1 	{
	font-family : Arial, sans-serif;
	font-size : 20px;
	font-weight : bold;
	font-variant : normal;
	background-image: url(images/h1.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	height: 40px;
	line-height: 40px;
	}
h1.one	{
	height: 100px;
	padding-left: 120px;
	padding-top: 0;
	}
h1.two	{
	font-size : 16px;
	height: 20px;
	line-height: 28px;
	width: 370px;
	}
h1.three	{
	font-size : 16px;
	height: 20px;
	line-height: 28px;
	width: 200px;
	}

p	{
	font-family : Arial, sans-serif;
	font-size : 14px;
	line-height : 19px;
	font-weight : normal;
	text-align : justify;
	margin-right : 10px;
	}
p.center	{
	text-align: center;
	}
p.small	{
	font-family : Arial, sans-serif;
	font-size : 11px;
	line-height : 15px;
	font-weight : normal;
	}
p.smallcenter
	{
	font-family : Arial, sans-serif;
	font-size : 11px;
	line-height : 15px;
	font-weight : normal;
	text-align: center;
	}
p.tiny	{
	font-family : Arial, sans-serif;
	font-size : 9px;
	line-height : 12px;
	font-weight : normal;
	}
p.btn	{
	background-image: url(images/asl-btn.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	height:30px;
	width: 130px;
	font-size : 14px;
	line-height : 30px;
	font-weight : normal;
	margin : 0;
	}

a:link	{ color: #0000FF; text-decoration: underline;  } 
a:visited	{ color: #0000D0; text-decoration: underline;  } 
a:hover	{color: #000000; background: #00D0F8; text-decoration: underline} 
a:active	{color: #000000; background: #00D0F8; text-decoration: underline} 
a.btn:link	{color: #0000FF; text-decoration: none; } 
a.btn:visited {
	     color: #000000; text-decoration: none; } 
a.btn:hover {
	    color: #FFFFFF; background: #00D0F8;  text-decoration: none} 
a.btn:active {
	     color: #FFFFFF; background: #00D0F8; text-decoration: none}

ul	{
	font-family : Arial, sans-serif;
	font-size : 14px;
	line-height : 19px;
	font-weight : normal;
	}
ul.noindent {
	margin-left : 0;
	}

li	{
	list-style-image : url(images/green bullet.png);
	list-style-position :inside;
	margin : 0;
	padding : 0;
	}

table	{
	font-family : Arial, sans-serif;
	font-size : 14px;
	line-height : 19px;
	font-weight : normal;
	}
table.two	{
	font-family : Arial, sans-serif;
	font-size : 19px;
	line-height : 20px;
	font-weight : bold;
	text-align: center;
	}

table.btn	{
	font-family : Arial, sans-serif;
	font-size : 12px;
	line-height : 16px;
	font-weight : normal;
	text-align: right;
	}

