/*css*/

body	{
	margin: 0;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}

body, tr, td, input, textarea	{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #000000;
}


a {
	color: #744f34;
      text-decoration: none;
}

a:hover
{ color: #DDA014;
  text-decoration: underline;
}

a.leftNav
{ color: #472D20;
  text-decoration: none;
  font-size: 11px;
}

a.leftNav:hover
{ color: #D08F00;
  text-decoration: underline;
}

p.null
{ color: #A7A6A5;
  text-decoration: none;
  font-size: 11px;
}

.null2
{ color: #A7A6A5;
  text-decoration: none;
  font-size: 11px;
}

p.title
{ font-size: 12px;
  color: #000000;
  font-weight: bolder;
}

p.title2
{ font-size: 14px;
  color: #000000;
  font-weight: bolder;
}

.Brownbold
{ 	font-family: Arial, Helvetica, sans-serif;
	color: #582F1B;
	font-weight: bold;
	font-size: 12px;
	line-height: 100%;
}
p.leftNav
{ color: #472D20;
  text-decoration: none;
  font-size: 11px;
}

p.caption
{ font-size: 11px;
  color: #000000;
  font-style: italic;
}



/* .classes */

.maintable	{
	background-image: url(../images/maintable_bg_content.jpg);
	background-repeat: no-repeat;
}


.list
{  
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    list-style-type: disc;
    line-height: 20px;
}

.list2
{  
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    list-style-type: circle;
    line-height: 20px;
}

.listNull
{  
    color: #A7A6A5;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    list-style-type: disc;
    line-height: 20px;
}

.nlist
{  
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    list-style-type: decimal;
    line-height: 20px;
}

.roman_nlist
{  
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    list-style-type: lower-roman;
    line-height: 20px;
}

.alphalist
{  
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    list-style-type: lower-alpha;
    line-height: 20px;
}

.press
{ font-size: 11px;
  color: #000000;
}

.titleColor
{ color: #6A4733;
}

.nullNav
{ color: #A7A6A5;
  text-decoration: none;
}

a.sub:link {

	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #693F29;
	font-size: 12px;
	text-decoration: none;

}

a.sub:visited {

	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #693F29;
	font-size: 12px;
	text-decoration: none;
}

a.blue:link {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #26397a;
	font-size: 12px;
	text-decoration: underline;

}

a.blue:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #26397a;
	font-size: 12px;
	text-decoration: none;
}
