/* General */
body
{
			Font-Family : Arial ;
			Font-Size : 9pt ;
			Color : #333333 ;
			Font-Style : Normal ;
			Font-Weight : Normal
}
h1
{
	color:#DE7644;
	text-align:center;
}
p
{
	font-family:"Arial";
	font-size:9pt;
}
/* Normal */
a:link	  
{
			Font-Family : Arial ;
			Font-Size : 9pt ;
			Color : #DE7644 ;
			Text-Decoration : None ;
			Font-Style : Normal ;
			Font-Weight : Bold
}
a:active	 
{
			Font-Family : Arial ;
			Font-Size : 9pt ;
			Color : #DE7644 ;
			Text-Decoration : None ;
			Font-Style : Normal ;
			Font-Weight : Bold
}
a:visited	 
{
			Font-Family : Arial ;
			Font-Size : 9pt ;
			Color : #DE7644 ;
			Text-Decoration : None ;
			Font-Style : Normal ;
			Font-Weight : Bold
}
a:hover	
{
			Font-Family : Arial ;
			Font-Size : 9pt ;
			Color : #DE7644 ; 
			Text-Decoration : Underline ;
			Font-Style : Normal ;
			Font-Weight : Bold
}

/* Left Nav */
.left a:link	  
{
			Font-Family : Arial ;
			Font-Size : 8pt ;
			Color : white ;
			Text-Decoration : None ;
			Font-Style : Normal ;
			Font-Weight : Bold
}
.left a:active	 
{
			Font-Family : Arial ;
			Font-Size : 8pt ;
			Color : white ;
			Text-Decoration : None ;
			Font-Style : Normal ;
			Font-Weight : Bold
}
.left a:visited	 
{
			Font-Family : Arial ;
			Font-Size : 8pt ;
			Color : white ;
			Text-Decoration : None ;
			Font-Style : Normal ;
			Font-Weight : Bold
}
.left a:hover	
{
			Font-Family : Arial ;
			Font-Size : 8pt ;
			Color : #DE7644 ; 
			Text-Decoration : Underline ;
			Font-Style : Normal ;
			Font-Weight : Bold
}

/* Top Nav */
.top a:link	  
{
			Font-Family : Arial ;
			Font-Size : 10pt ;
			Color : black ;
			Text-Decoration : None ;
			Font-Style : Normal ;
			Font-Weight : Bold
}
.top a:active	 
{
			Font-Family : Arial ;
			Font-Size : 10pt ;
			Color : black ;
			Text-Decoration : None ;
			Font-Style : Normal ;
			Font-Weight : Bold
}
.top a:visited	 
{
			Font-Family : Arial ;
			Font-Size : 10pt ;
			Color : black ;
			Text-Decoration : None ;
			Font-Style : Normal ;
			Font-Weight : Bold
}
.top a:hover	
{
			Font-Family : Arial ;
			Font-Size : 10pt ;
			Color : #DE7644 ; 
			Text-Decoration : Underline ;
			Font-Style : Normal ;
			Font-Weight : Bold
}

/* http://www.css3.info/preview/box-shadow */

.table {
-moz-box-shadow: 0 0 9px 3px #888;
-webkit-box-shadow: 0 0 9px 3px #888;
box-shadow: 0 0 9px 3px #888;
}
.table1 {
-moz-box-shadow: 0 0 3px 3px #888;
-webkit-box-shadow: 0 0 3px 3px #888;
box-shadow: 0 0 3px 3px #888;
}
.table2 {
  -moz-border-radius: 15px !important;
  border-collapse: collapse !important;
  border: none !important;
}
.table th, table td { border: none !important }
table th:first-child {
  -moz-border-radius: 5px 0 0 0 !important;
}
.table th:last-child {
  -moz-border-radius: 0 5px 0 0 !important;
}
.table tr:last-child td:first-child {
  -moz-border-radius: 0 0 0 5px !important;
}
.table tr:last-child td:last-child {
  -moz-border-radius: 0 0 5px 0 !important;
}
// .table tr:hover td { background-color: #ddd !important } //

#roundcorner {
-moz-border-radius: 15px;
border-radius: 15px;
}
.rounded-corners 
{
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}
 
.table4 {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0; 
    -moz-border-radius: 15x;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.table4 th:first-child {
    -moz-border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    border-radius: 20px 0 0 0;
}

.table4 th:last-child {
    -moz-border-radius: 0 20px 0 0;
    -webkit-border-radius: 0 20px 0 0;
    border-radius: 0 20px 0 0;
}

.table4 th:only-child{
    -moz-border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
}

