/*------------------------------------------------------------------------------------------------------------------------*/
/*	Tag  */
/*------------------------------------------------------------------------------------------------------------------------*/

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url(../images/bg_main.jpg) center;
}

form	{ margin: 0px; }
img 	{ margin: 0px; border: 0px; }
hr 		{ height: 0px; border: 0px; border-bottom: 1px solid #666; }

/*------------------------------------------------------------------------------------------------------------------------*/
/*  Only This Site  */
/*------------------------------------------------------------------------------------------------------------------------*/

.blue 			{ color: #0068A5; }
.liteGreen	{ color: #3E9A2E; }

a.liteGreen:link		{ color: #3E9A2E; }
a.liteGreen:visited	{ color: #3E9A2E; }
a.liteGreen:hover		{ color: #FF9900; }
a.liteGreen:active 	{ color: #FF9900; }
/*------------------------------------------------------------------------------------------------------------------------*/
/*	Layout  */
/*------------------------------------------------------------------------------------------------------------------------*/

.display_none { display: none; }
.clear_both 	{ clear: both; }

.center		{ text-align: center; }  
.left			{ text-align: left; }  
.right		{ text-align: right; }
.justify	{ text-align: justify;}

.fLeft 		{ float: left; }
.fRight 	{ float: right; }

/*------------------------------------------------------------------------------------------------------------------------*/
/*	Button  */
/*------------------------------------------------------------------------------------------------------------------------*/

.button_120	{ width: 120px; height: 25px; margin: 0px 5px; font-size: 11px; }
.button_150	{ width: 150px; height: 25px; font-size: 11px; }
.button_180	{ width: 180px; height: 25px; font-size: 11px; }

/*------------------------------------------------------------------------------------------------------------------------*/
/*	Border  */
/*------------------------------------------------------------------------------------------------------------------------*/

.line_dot 		{ border: 1px dotted #C0C0C0; }
.line_dashed	{ border: 1px dashed #C0C0C0; }

/*------------------------------------------------------------------------------------------------------------------------*/
/*	Text  */
/*------------------------------------------------------------------------------------------------------------------------*/
  
.bold				{ font-weight: bold; }  
.underline	{ text-decoration: underline; } 
.italic 		{ font-style: italic; } 
.indent 		{ text-indent: 20px; }
.nowarp			{ white-space: nowrap; }  

.white		{ color: #FFFFFF; }
.red 			{ color: #FF0000; }
.green		{ color: #006600; }
.liteGray	{ color: #999999; }

.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: #0068A5; text-decoration: none; }
a:visited	{ color: #0068A5; text-decoration: none; outline:none; }
a:hover 	{ color: #FF9900; text-decoration: none; }
a:active 	{ color: #FF9900; text-decoration: none; }

a.link_none:link 		{ text-decoration: none; border: none; }
a.link_none:visited	{ text-decoration: none; border: none; }
a.link_none:hover 	{ text-decoration: none; border: none; }
a.link_none:active 	{ text-decoration: none; border: none; }

/*------------------------------------------------------------------------------------------------------------------------*/
/*	End  */
/*------------------------------------------------------------------------------------------------------------------------*/
