body { 
background-color: #fff; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt; 
/*line-height: 13pt; */
}

h1{ 
font-weight: bold; 
font-size: 16pt; 
color: #666; 
}

h2{
font-weight: bold; 
font-size: 12pt; 
color: #666; 
margin-top: 24px;
margin-bottom: 12px;
}

h3{
font-weight: normal; 
font-size: 12pt; 
color: #F33; 
margin-top: 12px;
margin-bottom: 12px;
}

h4{ 
font-weight: bold; 
font-size: 13pt; 
color: #000; 
}

h5 { 
color: #FFF;  
background-color: #ed1b23;  
font-size: 11pt;
font-weight: bold; 
border: 0px solid #999;
padding: 5px;
margin: 0;
text-align: left;
}

img{
/*border-style: none;*/
}

* {
margin: 0;
padding: 0;
}

#wrap {
width: 900px;
border: 0px solid #999;
background-image: url(../images/bg_left.png); 
background-repeat: repeat-y;
margin: 0 auto; /* center hack*/
text-align: left; /* center hack*/

}

#sidebar-left {
float: left; 
width: 166px;
overflow: hidden; 
} 

#content {
float: left; 
width: 500px;
overflow: hidden;
}

#sidebar-right {
float: left; 
width: 234px;
overflow: hidden; 
background-color: #fff;
} 

.inside {
margin: 16px;
} 

.inside15 {
margin: 15px;
} 

hr {
border: none 0;
border-top: 1px solid #999;
width: 100%;
height: 1px;
margin-top: 12px;
margin-bottom: 12px;

} 

.item-box{
border: 1px solid #999999;
background-color: #fff; 
}

.item-box3{
border: 3px solid #999999;
background-color: #fff; 
}


.inside10 {
margin: 10px;
} 

p {
margin-top: 9px;
margin-bottom: 9px;
color: #666; 
}


p.large {
font-style: italic;
font-size: 17pt;
line-height: 22pt;
color: #999;
}

p.red {
font-weight: bold; 
font-size: 10.5pt; 
line-height: 11pt; 
color: #F33;
} 

p.redsmall {
font-size: 9.5pt; 
line-height: 11pt; 
color: #F33;
} 

p.small	{
font-weight: normal; 
font-size: 9.5pt; 
line-height: 11pt;  
margin-bottom: 3px;  
margin-top: 3px;  
}

p.grey	{
font-size: 10.5pt; 
line-height: 13pt; 
color: #999999; 
}


label.cs
{
color: #666;
font-weight: normal; 
font-size: 9pt; 
line-height: 11pt;  
width: 100px;
float: left;
text-align: right;
margin: 10px 16px 0 0;
display: block;
}

label.cs1
{
color: #666;
font-weight: normal; 
font-size: 9pt; 
line-height: 11pt;  
width: 420px;
margin: 10px 10px 0 0;
}

input.cs
{
border: 1px solid #666;
text-align: left;
background: #fff;
width: 306px;
float: left;
padding: 2px;
margin-top: 10px;
}

input.cs1
{
border: 1px solid #666;
text-align: center;
background: #fff;
width: 160px;
padding: 2px;
margin-top: 10px;
margin-bottom: 5px;
}

select.cs
{
background: #fff;
border: 1px solid #666;
margin-top: 10px;
padding: 2px;
}

textarea.cs {
width: 420px;
background: #fff;
border: 1px solid #666;
margin-top: 5px;
margin-bottom: 10px;
height: 80px;
padding: 3px;
}

textarea.cs1 {
width: 306px;
background: #fff;
border: 1px solid #666;
margin-top: 5px;
margin-bottom: 10px;
height: 80px;
padding: 3px;
float: left;
}


p.cssmall	{
color: #F33;
font-weight: normal; 
font-size: 8pt; 
line-height: 11pt;  
margin-bottom: 6px;  
margin-top: 3px;  
margin-left: 120px;
}

.formbutton{
border: 1px solid #666;
padding: 9px;
margin: 9px;
font-size: 10.5pt; 
}

.formbuttontight{
border: 1px solid #666;
padding: 3px;
margin: 3px;
font-size: 10.5pt; 
}

a          { font-size: 10.5pt; line-height: 13pt; text-decoration: none;}
a:link     { color: #FF3333; }
a:visited  { color: #FF3333; }
a:hover    { color: #CCCCCC; }

a.menu           { text-decoration: none; font-weight: normal; font-size: 10.5pt; line-height: 13pt; }
a.menu:link      { color: #999999;}
a.menu:visited  { color: #999999; }
a.menu:hover   { color: #CCCCCC;}
a.menu:active   { color: #CCCCCC;}

a.red          { text-decoration: none; font-weight: bold; }
a.red:link     { color: #ed1b23; }
a.red:visited  { color: #ed1b23; }
a.red:hover    { color: #CCCCCC; }

a.head          { text-decoration: none; font-weight: bold; font-size: 12pt; line-height: 14pt; margin0;}
a.head:link     { color: #ed1b23; }
a.head:visited  { color: #ed1b23; }
a.head:hover    { color: #CCCCCC; }

a.grey          { text-decoration: none; font-weight: bold; font-size: 10.5pt; line-height: 12pt; }
a.grey:link     { color: #666666; }
a.grey:visited  { color: #666666; }
a.grey:hover    { color: #FF3333; }

a.white          { text-decoration: none; font-weight: bold; font-size: 2pt; line-height: 2pt;  color: #FFFFFF;}
a.white:link     { color: #FFFFFF; }
a.white:visited  { color: #FFFFFF; }
a.white:hover    { color: #FFFFFF; }


ul {
	list-style: square inside; 
	margin-left: 0;
	padding-left: 0em;
	text-indent: 0em;
	}
li {
	list-style: square inside; 
	}

ul.menu {
  	list-style: square inside; 
	margin-left: 2em;
	padding-left: 0em;
	text-indent: 0em;
	}
li.menu {
	list-style: square inside; 
	color: #F33; 
	}



	
.formBorderReq	{ border: 1px solid #999999; font-family: arial; font-size: 9pt; color: #999; font-weight: normal; background: #FFFFCC; }
.formBorder	{ border: 1px solid #999999; font-family: arial; font-size: 9pt; color: #999; font-weight: normal; background: #FFFFFF;}
