/* CSS Document */

/* RESET */

*										{ margin: 0; padding: 0; }
html, body					{ height: 100%; }
body				 				{ font-size: 62.5%; font-family: Arial, Verdana, sans-serif; color: #000000; 
											background: url(../images/bg.gif) repeat white;}
input,textarea			{ font-family: Arial, Verdana, sans-serif;}
ul									{ list-style: square inside; }
li									{ padding-left: 15px; }
ol									{ list-style: decimal inside; }
a										{ color:#000000; outline: none; text-decoration: none; }
a:hover							{ color:#ff0000; text-decoration:underline; }
a img								{ background: none; }
img									{ border: none; }
table								{ border-collapse: collapse; }
p										{ padding:7px 0px}
hr									{ display:none}

/* DEFAULTS */

.abs 								{ position:absolute;top:0px;left:0px;}
.ar									{ text-align:right}
.borderright				{ border-right:1px solid #e5e5e5}
#center						  { position:relative; width:970px; margin:0 auto}
#center .container	{ background:url(../images/bg_content.gif) repeat-y;padding:0px 6px 0px 6px; float:left;}
.popup .center			{ position:relative; width:600px; margin:0 auto}
.clear						 	{ clear:both;display:block}
.fl 								{ float:left;display:inline}
.fr									{ float:right}
input								{ background:#f8f8f8;border:0px;color:#6f6c6c;font-size:0.9em}
.noborder						{ border:0px !important;background:none;width:auto !important}
.rel 								{ position:relative}
textarea						{ background:#f8f8f8;border:1px solid #dddcdc;color:#6f6c6c;font-size:0.9em}



