@charset "UTF-8";
html {font-size:63%} /* this makes the "starting" font 10px */
table {font-size:100%} /* need this tweak to make html font-size take effect */

body {
	 text-align:left;
	 font:1.1em Helvetica, Arial, sans-serif;
	 line-height:1.4em;
	 color:#ffffff;
	 padding:0 0;
	 margin:0;
	 position:relative;
	 z-index:0;
	 top:0; left:0; right:0;
	 background-color:#333;
	 background-image:url(../images/bg.jpg);
	 background-repeat:repeat-x;
}

/* table att */
table   	{}
td			{vertical-align:top; padding:0; padding-top:7px; margin:0;}
th			{color:#333333; vertical-align:bottom; padding:0; margin:0;}
tr			{background-image:url(/images/dashed_line.gif); background-repeat:no-repeat; background-position:bottom right;}

img			{border:none 0px;}

p				{font-size:10px; line-height:12px; margin:0; padding:0;}

h1				{font-size:14px; text-align:left; margin:0 0 0.5em 0; padding:0;}
h2				{font-size:12px; text-align:left; margin:0.2em 0 0.5em 0; padding:0;}
h3				{font-size:11px; margin:1.1em 0 0 0; padding:0; text-align:left;}
h4				{font-size:11px; font-style:italic;}

a				{text-decoration:none; color:#ffffff; font-size:10px; line-height:13px;}
a:hover			{text-decoration:none; color:#cccccc;}

a.header 		{text-decoration:none; color:#000000;}
a.header:hover	{color:#999999;}

a.pink 			{text-decoration:none; color:#ff0090;}
a.pink:hover	{color:#333333;}

a.sortby		{text-decoration:none; color:#333333; font-size:10px; line-height:13px;}
a.sortby:hover	{text-decoration:none; color:#ff0090;}

ul				{margin:0; padding:0; font-size:11px;}
ul li           {display:block; list-style:none outside none; margin:0 0 0 0; padding:0 0 0 5px;}

/*****HELP*****/
#container {
	width:600px;
	height:auto;
	border:1px solid #eee;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}

.menu_sub_title {
	color:#ffffff;
	min-height:15px;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 0 0 3px;
	clear:both;
}

.column1 {
	color:#ffffff;
	width:150px;
	font-size:9px;
}

.textArea		{border:1px solid #000000; margin:2px 0 2px 0}
input.submit		{border:1px solid #eeeeee; color:#666666; background-color:#eeeeee; margin:20px 5px 0 0;}

.tac {
	color:#FF99FF;
}

