/*========================================[			Tag				]========================================*/

body {
	margin:0px;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
}

img { border:0px; }

hr { 
	height:0px; 
	border:0px; 
	border-bottom:1px solid #666; 
}

/*========================================[			Image			]========================================*/

.green_border {
	margin:5px;
	border:5px solid #556421;
}

/*========================================[			Text			]========================================*/

.display_none { display:none; }
.clear_both { clear:both; }


.center	{ text-align:center; }  
.left		{ text-align:left; }  
.right	{ text-align:right; }
  
.bold				{ font-weight:bold; }  
.underline	{ text-decoration:underline; } 
.italic 		{ font-style:italic; } 
.indent 		{ text-indent:20px; }
.indent_duration	{ text-indent:30px; }
.nowarp			{ white-space:nowrap; }  

.white	{ color:#FFFFFF; }
.red 		{ color:#FF0000; }
.green	{ color:#006600; }

.nature_green { color:#556421; }

.text_36 { font-size:36px; }
.text_24 { font-size:24px; }
.text_22 { font-size:22px; }
.text_20 { font-size:20px; }
.text_18 { font-size:18px; }
.text_16 { font-size:16px; }
.text_14 { font-size:14px; }
.text_12 { font-size:12px; }
.text_11 { font-size:11px; }
.text_10 { font-size:10px; }
.text_9  { font-size:9px; }
.text_8  { font-size:8px; }

/*========================================[			Link		]========================================*/

a:link 		{ color:#556421; text-decoration:underline; }
a:visited	{ color:#556421; text-decoration:underline; }
a:hover 	{ color:#FF9900; text-decoration:none; }
a:active 	{ color:#FF9900; }

a.link_none a:link 		{ text-decoration:none; border:none; }
a.link_none a:visited	{ text-decoration:none; border:none; }
a.link_none a:hover 	{ text-decoration:none; border:none; }
a.link_none a:active 	{ text-decoration:none; border:none; }

/*========================================[			end			]========================================*/