﻿/* This would be the general style settings */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	background-color: #ffffff;
}

.label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
    font-weight: bold;
}

.main {   
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
}

.smallmain {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #000000;
}

.smallmainbold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #000000;
    font-weight: bold
}

td.greyback {
    background-color: #E7E7E8;
}

a:link, a:active {
  font-weight: bold;
  color: #777777;
  text-decoration: none;
}

a:visited {
  font-weight: bold;
  color: #555555;
  text-decoration: none;
}

a:hover {
  font-weight: bold;
  text-decoration: underline;
}

.active, td.active, table.active {
	cursor: hand;
}

table.leftNav {
	vertical-align: top;
}

td.leftNav {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	line-height: 150%;
	font-weight: bold;
	text-align: left;
	padding: 5px 10px 5px 10px;
}

td.leftNavNormal {
	background-image: url(../images/CenturyColor/site/LeftNavigationBar/centurycolor_left_tile.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

td.leftNavOver {
	background-image: url(../images/CenturyColor/site/LeftNavigationBar/centurycolor_left_nav_o.gif);
	background-position: top left;
}

td.leftNav a:link, td.leftNav a:active, td.leftNav a:hover, td.leftNav a:visited {
  color: #666666;
  text-decoration: none;
}

td.main {
	padding: 15px;
	text-align: justify;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 150%;
}

td.main a {
  font-family: Arial, Helvetica, sans-serif;
}

a.footer:link, a.footer:active, a.footer:hover, a.footer:visited {
  color: #333333;
  text-decoration: none;
  font-weight: normal;
}

h1 {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 13pt;
  line-height: normal;
  text-align: center;
  color: #333333;
}

