body {
	background-image: url(graphics/background_rule.gif);
	background-repeat: repeat-x;
	margin-left: 36px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.interior {
	background-image: url(graphics/background_rule2.gif);
	background-repeat: repeat-x;
	margin-left: 36px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p	{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial, helvetica, sans-serif;
}

a:active  {
     color: #000000;
}

.title	{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.lpar	{
	font-size: 16px;
	color: #696A6E;
	width: 85%;
}

.blue	{
	color: #002F7A;
    font-weight: bold;
}

.copy	{
	font-size: 13px;
	color: #696A6E;
}

.quote	{
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #002F7A;
	line-height: 24px;
}

.qname	{
	font-size: 13px;
	font-weight: bold;
	color: #002F7A;
}

.black	{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
.footer {
    font-size: 8px;
    font-weight: normal;
    font-style: normal;
    color: #696A6E;
    font-family: arial, helvetica, sans-serif;
}
.footer_big {
    font-size: 11px;
    font-weight: bold;
    color: #696A6E;
    font-family: arial, helvetica, sans-serif;
}
.table {
    border: 2px solid #000000;
}
.table_header_cell {
    background-color: #B2BBC8;
    border: 0px none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}
.table_row_header_cell {
    background-color: #B2BBC8;
    border: 0px none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    color: #000000;
}
.table_column_header_cell {
    background-color: #002F7A;
    border: 0px none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    color: #FFFFFF;
}
.table_data_cell {
    background-color: #FFFFFF;
    border: 0px none;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
}
.button {
    background-color: #002F7A;
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    border-width: 1px;
    border-style: Solid;
    border-color: White;
    padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 0px;
	margin: 1px;
	padding-top: 0px;
    behavior: url(/devel/hilite.htc);
}
