
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#777;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:none;
}

/* body */
body {
	background:#ffffff;
	color:#555;
	font:0.8em Arial, Helvetica, "bitstream vera sans", sans-serif;
}

/* header */
#header {
	border-bottom:1px solid #999;
	height:80px;
	margin:0 auto;
	width:575px;
}
#header h1 {
	color:#888;
	font-size:300%;
	letter-spacing:-3px;
	text-align:right;
	padding:5px;
	margin-bottom:-20px;
}
#header h2 {
	color:#CCC;
	font-size:150%;
	letter-spacing:-2px;
	text-align:right;
}

/* navigation */
#navigation {
	background:#fafafa;
	border-right:1px solid #999;
	margin:0 auto;
	width:575px;
	height:50px;
	list-style:none;
}
#navigation li {
	border-left:1px solid #999;
	float:left;
	width:124px;
	list-style:none;
}
#navigation a {
	color:#555;
	display:block;
	line-height:50px;
	text-align:center;
}
#navigation a:hover {
	background:#e3e3e3;
	color:#555;
}
#navigation .active {
	background:#e3e3e3;
	color:#777;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	padding:0 0 20px;
	width:575px;
}
#content h1 {
	border-bottom:1px dashed #999;
	font-size:1.8em;
	padding:20px 0 0;
}
#content p {
	padding:20px 20px 0;
	font:0.8em Arial, Helvetica, "bitstream vera sans", sans-serif;
}	
textarea#styled {
        width: 575px;
        height: 120px;
        border: 3px solid #cccccc;
        padding: 5px;
        font-family: Tahoma, sans-serif;
        background-image: url(bg.gif);
        background-position: bottom right;
        background-repeat: no-repeat;
}
  TABLE.MYTABLE
  { 
     font:0.9em Arial, Helvetica, "bitstream vera sans", sans-serif;
     width:565px;
     border-style:none;  
     border-color:#999;
     border-width:1px;
     text-align:center;
  }

  TH.MYTABLE
  {
     font:0.8em Arial, Helvetica, "bitstream vera sans", sans-serif;
     border-style:solid;  
     border-color:#999;
     border-width:1px;
  }


  TR.MYTABLE
  { 
	 border-style:solid;  
     border-color:#999;
     border-width:1px;
  }

  TD.MYTABLE
  {  
     border-style:solid;  
     border-color:#999;
     border-width:1px;
  }
.button {
    border: 1px solid #999;
    background:#e3e3e3;
    color:#777;
	text-decoration:none;
}
.button:hover {
	color:#555;
	background: #999;
}
.captiona
{
font-size:12;
background-color:#81F781;
font-weight:bold
}
.captionb
{
font-size:12;
background-color:#CCCCFF;
font-weight:bold
}
.caption
{
font-size:12;
background-color:#FFA3A3;
font-weight:bold
}

br { clear: left; }
/* footer */
fieldset
{
  border:1px solid #999;
  background:#fafafa;
  padding:10px;
  margin:0 0 10px 0;
  text-align:center;
}

form
{
  font:0.8em Arial, Helvetica, "bitstream vera sans", sans-serif;
}
label
{
  display:block;
  margin:0 0 5px 0;
  cursor:point;
color:#555
}
label:last-child
{
  margin-bottom:0;
}

label > span
{
  float:left;
  width:45%;
  padding-right:10%;
}

input
{
 
  background: #fafafa;
  border: 1px solid #999;
}

legend
{
color: #555;
background: #fafafa;
border: 1px solid #999;
padding: 2px 6px
}
#footer {
	border-top:1px solid #999; 
	height:50px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	width:575px;
}
