/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
MAIN PAGES 
--------------------------------------------------------------------------------
------------------------------------------------------------------------------*/

/*FOOTER PARAGRAPH FORMAT*/
p.footer
{
	font-family:century gothic;
	font-size:11px;
	font-weight:normal;
	margin-left:45px;
	margin-right:50px;	
}

/*FOOTER IMAGE FORMAT*/
img.footer
{
	margin-left:18px;
	margin-right:30px;
}

/*ANCHOR FORMAT: FOOTER*/
a.footer:link 
{
color: #CCCCCC;
/*text-decoration: none;*/
} 
a.footer:visited 
{
color: #CCCCCC;
/*text-decoration: none;*/
} 
a.footer:hover
{
color: #CCCCCC;
/*text-decoration: none;*/
} 
a.footer:active 
{
color: #CCCCCC;
/*text-decoration: none;*/
} 


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
ADDITIONAL/SUB PAGES 
--------------------------------------------------------------------------------
------------------------------------------------------------------------------*/
/*HEADING PARAGRAPH FORMAT*/
p.sub_header
{
	font-family:century gothic;
	color:#AAAAAA;
	font-size:15px;
	font-weight:bold;
	margin-left:25px;
	margin-right:30px;	
}

/*BOLD PARAGRAPH FORMAT*/
p.sub_bold
{
	font-family:century gothic;
	color:#820f12;
	font-size:12px;
	font-weight:bold;
	margin-left:25px;
	margin-right:30px;	
}
/*NORMAL PARAGRAPH FORMAT*/
p.sub_normal
{
	font-family:century gothic;
	color:#DDDDDD;
	font-size:11px;
	font-weight:normal;
	margin-left:25px;
	margin-right:30px;	
}
/*SUCCESSFUL MESSAGE FORMAT*/
p.sub_message_pass
{
	font-family:century gothic;
	font-size:11px;
	font-weight:normal;
	margin-left:25px;
	margin-right:30px;
	color:#33A202;	
}

/*HEADING IMAGE FORMAT*/
img.sub_header
{
	margin-left:18px;
	margin-right:25px;

}

/*INPUT TEXT BOX*/
input.sub_text
{
	margin-left:0px;
	margin-right:0px;
	margin-top:15px;			
	height:15px;
	width:250px;
}
textarea.sub_textarea
{
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;			
	height:50px;
	width:250px;
}

input.sub_button
{
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;			
	height:25px;	
}

/*ANCHOR FORMAT: QUESTIONS*/
a.questions:link 
{
color: #DDDDDD;
text-decoration: none;
} 
a.questions:visited 
{
color: #DDDDDD;
text-decoration: none;
} 
a.questions:hover
{
color: #DDDDDD;
text-decoration: none;
} 
a.questions:active 
{
color: #DDDDDD;
text-decoration: none;
} 

