body
{
	background-color: #000000;
	font: 13px trebuchet ms;
	color: #cccccc;
	padding-bottom: 50px;
	margin-top:0px;
}

#meat
{
	background-color: #000;
}

ul, li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
li
{
    margin: 0 0 10px 0;
}

a.button
{
	display: inline-block;
	font: bold 14px "Trebuchet MS", Verdana, Arial, Serif;
	text-decoration: none;
	color: #000;
	outline: none;
	background: url(../images/lcars_btn.png) no-repeat left top;
	line-height: 40px;
	padding-left: 45px;
}
a.button:hover { background-color: #cc6666; }

a.button span
{
	line-height: 40px;
	display: block;
	padding-right: 10px;
	background: url(../images/lcars_btn.png) no-repeat right bottom;
}
.button span
{
}

a.button2
{
	display: inline-block;
	font: bold 14px "Trebuchet MS", Verdana, Arial, Serif;
	text-decoration: none;
	color: #000;
	outline: none;
	line-height: 40px;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
}
a.button2:hover { background-color: #cc6666; }

a.tan { background-color: #cc9866;}
a.orange { background-color: #fe9900;}
a.purple { background-color: #cc9bca;}
a.blue { background-color: #9999cb;}
a.pink { background-color: #F6AEAC;}


.lcars_text
{
	font: bold 12px "Trebuchet MS", Verdana, Arial, Serif;
	cursor:pointer;
}

input.gray
{
	background-color: #aaaaaa;
	color: white;
	border:2px solid #dddddd;
	font-weight: bold;
	font-size: 18px;
	padding:2px;
}

textarea.gray
{
	width:450px;
	height:100px;
	background-color: #aaaaaa;
	color: white;
	border:2px solid #dddddd;
	font-weight: bold;
	font-size: 18px;
	padding:2px;
}

#inner { float: left; overflow: hidden; }
#inner div {float: left; width: 95px; margin-right: 10px; margin-bottom: -15000px; padding-bottom: 15000px; }
#inner .col2 {float:left;width:842px;margin-right:0;text-align:justify;font-size:14px;font-family:"Trebuchet MS", Verdana, Arial, Serif;color:#bbbbbb;line-height:1.3em}
.clear { clear: both;margin:0px;padding:0px;}

body{
  margin: 0;
}

.jswarning{
  font-family:Arial, Helvetica, sans-serif;
 font-size: 9px;
 height: 20px;
 border: #d6d8d6 1px solid;
 width: 100%;
 padding-top: 10px;
 padding-left: 30px;
 background: #ffffe1 url(imgs/exclamation.gif) 4px 8px no-repeat;
}

