/*-----------------------------------------------------------------------------------------------------\

	Font and Text Properties,	Color and Background Properties:

\-----------------------------------------------------------------------------------------------------*/
* 					{margin:0;padding:0;font-family:Arial,SimSun;font-size:12px;}
html,body			{margin:0px auto;padding:0;text-align:center;width:100%;}
body 				{Color:#000000;letter-spacing:0px;word-spacing:0px;line-height:160%;}


a					{color: #000000;text-decoration: none;}
a:Link				{text-decoration: none;}
a:Visited			{text-decoration: none;}
a:Hover 			{color: #39c; text-decoration: none;}
a img				{border : 0;}

hr 					{height:1px;color:#CCC;background-color:#CCC;}

.Warning 			{color: red;}

