TD {
	FONT-FAMILY: arial;
	FONT-SIZE:12px;
	COLOR: #000000;
}

.footer
{
	background-image: url(../images/bottom_body.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}

.footer_text
{
	FONT-FAMILY: arial;
	FONT-SIZE:10px;
	COLOR: #000000;
}

.bg-back
{ 
	background-image: url(../images/bg_new.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

.bg-home
{ 
	background-image: url(../images/bg_home.jpg);
    background-repeat: no-repeat;
	border: #000000 1px solid;
}

.bg-sub
{ 
	background-image: url(../images/bg_sub.jpg);
    background-repeat: no-repeat;
	border: #000000 1px solid;
}

.bg-back-lighter
{ 
	background-image: url(../images/background2_alt_bevel_copy.jpg);
    background-repeat: no-repeat;
    background-position: top;
}

.bg-form-top
{ 
	background-image: url(../images/body_top.jpg);
    background-repeat: no-repeat;
    background-position: top;
}

.bg-form-bottom
{ 
	background-image: url(../images/body_bottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

.bg-form-middle
{ 
	background-image: url(../images/body_mid.jpg);
    background-repeat: repeat-y;
    background-position: top;
}

a:link {
	font-family: arial;
	color: #0000ff;
	text-decoration:none;
}

a:hover{
	color: #000000;
}

a:visited {
	text-decoration:none;
}

.header {
	FONT-FAMILY: arial;
	FONT-SIZE:16px;
	COLOR: #000000;
	FONT-WEIGHT: bold;
	
}

.purple_writing {
	FONT-SIZE:12px;
	FONT-WEIGHT: bold;
	color: #000080;
}

.purple_header_small {
	FONT-SIZE:16px;
	FONT-WEIGHT: bold;
	color: #000080;
}

.purple_header {
	FONT-SIZE:22px;
	FONT-WEIGHT: bold;
	color: #000080;
}

.extra_large_header {
	FONT-FAMILY: arial;
	FONT-SIZE:28px;
	COLOR: #000000;
	FONT-WEIGHT: bold;
	
}

.large_header_black {
	FONT-FAMILY: arial;
	FONT-SIZE:20px;
	COLOR: #000000;
	FONT-WEIGHT: bold;
	
}

.top_phonenumbers {
	FONT-FAMILY: arial;
	FONT-SIZE:12px;
	COLOR: #000000;
	
}

.edge		{ 
	border-right: #000000 1px solid; 
	border-bottom: #000000  1px solid; 
	border-top: #000000  1px solid; 
	border-left: #000000  1px solid; 
			}

.edge_right		{ 
	border-right: #a9a9a9 2px solid;  
			}

.edge_bottom		{ 
	border-bottom: #a9a9a9 2px solid;  
			}
			
.edge_bottom_dashed		{ 
	border-bottom: #a9a9a9 2px dashed;  
			}
			
.edge_top		{ 
	border-top: #a9a9a9 2px solid;  
			}
			
.edge_top_right		{ 
	border-top: #a9a9a9 2px solid;  
	border-right: #a9a9a9 2px solid;  
			}
			
.form_field		{ 
	FONT-FAMILY: arial;
	FONT-SIZE:12px;
	COLOR: #000000;			
	}
	
.thick_border	{
	border-right: #000000 5px solid; 
	border-bottom: #000000 5px solid; 
	border-top: #999999 5px solid; 
	border-left: #999999 5px solid; 
	background: #CDD3F5;
}

.picture_border	{
	border-right: #000000 5px solid; 
	border-bottom: #000000 5px solid; 
	border-top: #999999 5px solid; 
	border-left: #999999 5px solid; 
	background: #CDD3F5;
	padding: 5px;
}

.picture_border_white	{
	border-right: #000000 5px solid; 
	border-bottom: #000000 5px solid; 
	border-top: #999999 5px solid; 
	border-left: #999999 5px solid; 
		background: #efefef;
	padding: 5px;
}