.arch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.tableborder {
	border: thin solid #666666;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.box {
	border: 1px solid #E0E0E0;
}
.bigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

.MainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A2B0B;
}
.bold_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: 523c07;
}

.NewsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.DashedDivider {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.NewsMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#Table_01 .NewsHeader style6 p {
	border: thin solid #666666;
}

.sbox
{
    BORDER-BOTTOM: 1px solid;
    BORDER-LEFT: 1px solid;
    BORDER-RIGHT: 5px solid;
    BORDER-TOP: 1px solid;
	BORDER-COLOR: #FFFFFF;
	BACKGROUND-COLOR: #FFFFFF;
}

/* --------------------------------------------------- P1 CLASSES --------------------------------------------------- */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #E6D9B7;
	background-image: url(/ac/images/bg_02.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #0099FF;
	text-decoration: none;
}
.style3 {font-size: 10px}
.style4 {color: #FF9900}
.style5 {
	color: #FFFFFF;
	font-size: 11px;
}
.style6 {	font-size: 18px
}
.style8 {font-size: 14px}
.style10 {font-size: 12px;
	font-style: italic;
}
.style11 {color: #000000;
	font-weight: bold;
}
.style7 {font-size: 11px;
	font-weight: bold;
}
#dhtmltooltip {position: absolute;
width: 550px;
border: 1px solid black;
padding: 6px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

/* --------------------------------------------------- EXTRA CLASSES --------------------------------------------------- */

.xs {
	font-size: 7.5pt;
}
.small {
	font-size: 8.5pt;
}
.normal {
	font-size: 10pt;
}
.medium {
	font-size: 12pt;
}
.xl {
	font-size: 20pt;
}
.xsgrey {
	font-size: 7.5pt;
	color: #808080;
}
.grey {
	color: #666666;
}
.red {
	color: #bb0000;
}
.textfield 
{
    BORDER-BOTTOM: 1px solid;
    BORDER-LEFT: 1px solid;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
	BORDER-COLOR: #000000;
	BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: tahoma, verdana;
    FONT-SIZE: 8pt
}

/* =============== */
/* Anchor settings */
/* =============== */
A {
	text-decoration: underline;
}
A:link {
	text-decoration: underline;
}
A:active {
	text-decoration: underline;
}
A:visited {
	text-decoration: underline;
}
A:hover {
	text-decoration: none;
}

INPUT.button {
	font-size: 11px;
	font-weight: bold;
}