/*General*/
body, td, a:link, a:visited
	{
	color:							#0060FF;
	font-family: 					arial;
	font-size: 						11pt;
	padding:						0pt;
	}
	
H1, H2, H3, H4, H5
	{
	margin-top:						2px;
	margin-bottom:					0px;
	}

H1
	{
	color:							red;
	font-size:						14pt;
	}

H2
	{
	color:							green;
	font-size:						12pt;
	font-style:						italic;
	}

H3
	{
	font-size:						12pt;
	}
	

.border
	{
	background-image: 				url('images/border.gif');
	width:							1px;
	}

a:hover
	{
	color:							#84CD4C;	
	}
	
/*Content area*/
.content_area
	{
	background-image:				url('images/content.gif');
	background-position:			left bottom;
	background-repeat:				no-repeat;
	padding-left:					8px;
	padding-right:					8px;
/*	text-align:						justify; */
	vertical-align:					top;
	width:							570px;
	}
	
.content_area_bold
	{
	font-weight:					bold;
	}
	
.content_area_bold_2
	{
	color:							red;
	font-style:						italic;
	}
	
.content_area_bold_3
	{
	color:	#339900;
	font-style:						italic;
	}
	
.content_footer_action
	{
	font-weight:					bold;
	padding-right:					4px;
	text-align:						right;
	}

.links_page img
	{
	border:							1px solid #000000;
	}
	
/*Menu 1*/	
.menu_1
	{
	background-color:				#B7E054;
	background-image:				url('images/menu_1.jpg');
	background-position:			center top;
	background-repeat:				no-repeat;
	padding-top:					90px;
	vertical-align:					top;
	width:							159px;
	}

.menu_1_footer
	{
	padding:						4pt;
	vertical-align:					bottom;
	}

.payment_method
	{
	font-style:						italic;
	}
	
p {
	line-height: 130%;
}

.smalltext {
	font-size: x-small;
	line-height: 95%;

}