A{
	color : #2F2E2D;
	font-family: "Arial AMU","Arial Unicode",sylfaen,sans-serif;
	font-size: 11px;
	font-weight : bold;
	padding-left: 10px;
	text-decoration: none;
}
td{
	color : #2F2E2D;
	font-family: "Arial AMU","Arial Unicode",sylfaen,sans-serif;
	font-size: 11px;
	font-weight : bold;
	text-decoration: none;
}
.blackBg{
  background:#201B18;
}
.biggerFont{
  font-size: 13px;
  color :#CFBFAF;
}
.grayBg{
  background: #35342F;
  height:163px;
}

.orangeBg{
  background-image:url("../images/gradient.jpg");
  background-repeat:no-repeat;
  background-color:#FE8800;
  width: 765px;
  height:421;
  padding:10px;
}

.bodyText {
   font-family: Verdana, Arial, sans-serif;
   font-weight : bold;
   color : #ffffff;
   font-size: 11px !important;
}
.grayText {
   font-family: "Arial AMU","Arial Unicode",sylfaen,sans-serif;
   font-weight : bold;
   color : #eeeeee;
   font-size: 11px !important;
}
.footer{
 background: #5E5D5B;
}

table.headerNavigation {
  font-family: "Arial AMU","Arial Unicode",sylfaen,sans-serif;
  font-size: 11px;
  font-weight : bold;
  padding-left: 10px;
  padding-right: 10px;
  color : #7D7C78;
}

A.headerNavigation { 
  color: #7D7C78; 
}

A.headerNavigation: hover {
  color: #ffffff;
}

A.headerNavigationSelected { 
  color: #E0791A; 
}

p {
    margin: 10px 0;
    clear: both;
}

ul, ol {
    margin-left 0;
}

ul ul {
    margin-bottom: 20px;
}

pre, code, tt, dt {
    font: 100% monospace;
    margin: 20px 0;
}

pre, blockquote {
    padding: 15px;
    background-color: #f0f0f0;
    margin: 20px 0;
    -moz-border-radius: 10px;
}

td pre {
    font: 85% monospace;
    padding: 5px;
    margin: 5px 0;
}


