/*========================================[			Tag				]========================================*/

body {
	margin:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bg_main.png) center repeat-y;
}

form	{ margin: 0px; }
hr 		{ height: 0px; border: 0px; border-bottom: 1px solid #666; }

.blank {visibility:visible;}

/*========================================[			Image			]========================================*/

img 	{ margin: 0px; border: 0px; padding: 0px; display:inline; }

/*========================================[			Button		]========================================*/

/*========================================[			Border		]========================================*/

.line_dot 		{ border: 1px dotted #C0C0C0; }
.line_dashed	{ border: 1px dashed #C0C0C0; }

.line_blue 		{ border: 1px solid #0F50A5; }

/*========================================[			Text			]========================================*/

.display_none { display:none; }
.clear_both 	{ clear:both; }


.center		{ text-align:center; }  
.left			{ text-align:left; }  
.right		{ text-align:right; }
.justify	{text-align:justify;}
  
.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; }

/* Spachil color */
.blue 		{ color: #0F50A5; }
.gray 		{ color: #918F8F; }

.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; }
.text_6  { font-size:6px; }

/*========================================[			Link		]========================================*/

a:link 		{ color:#0F50A5; text-decoration:none; }
a:visited	{ color:#0F50A5; text-decoration: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; }

a.white:link 		{ color:#FFF; text-decoration:none; }
a.white:visited	{ color:#FFF; text-decoration:none; }
a.white:hover 	{ color:#F90; text-decoration:none; }
a.white:active 	{ color:#FFF; text-decoration:none; }

/*========================================[			end			]========================================*/
