body {
	margin: 0px;
	font-family: sans-serif;
	text-align: center;
	color: #55101d;
	background-attachment: fixed;
	background-color: #626262;
}

a,div,strong,b,td,th,table,ul,ol,li,p {
	font-size: 10pt;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #55101d;
}



a:hover {
	color: #55101d;
	text-decoration: underline;
}

p {
	text-align: justify;
}

div.big {
	font-size: 18pt;
	font-weight: bold;
}

div.small
{
	font-size: 7pt;
}

td.pxborder
{
	border: 1px solid black;
}

tr.pxborder
{
	border: 1px solid black;
}

table.pxborder
{
	border: 1px solid black;
}

.pxborder
{
	border: 1px solid black;
}

.shaded_grey
{
	background-color: #dcd7d7;
}


div.container_border {
	text-align: center;
	border: 1px solid #898989;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 822px;
}

div.container {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 0px;
	margin: 1px;
	background-image: url(../images/gfx/container_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	width: 820px;
}


div.container_border_index {
	text-align: center;
	border: 1px solid #898989;
	margin-top: 20%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 822px;
}

div.container_index {
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 1px;
	background-image: url(../images/gfx/container_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	width: 820px;
}


div.header {
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 12px;
	border: 1px solid #ffffff;
	background-image: url(../images/gfx/header.png);
	background-repeat: no-repeat;
	height: 160px;
}

table.table01
{
	border:1px; 
	solid #000000;
}



td.box01
{
	border:1px; 
	solid #000000;
}


div.header a:link, div.header a:visited, div.header a:active
{
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}

div.header a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

div.content {
	text-align: left;
	padding: 10px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 12px;
	background-color: #ffffff;
	background-image: url(../images/gfx/ender.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

div.subcontent {
	border: 1px solid #bbbbbb;
	padding: 5px;
	margin-bottom: 3px;
}

div.footer {
	width: 80%;
	margin-bottom: 3px;
	margin-left: auto;
	margin-right: auto;
	font-size: 7pt;
	color: #888888;
}

class=main_index


table.list
{
	border: 1px solid #bbbbbb;
}

td.shaded {
	background-color: #a21d36;
	color: #ffffff;
	font-weight: bold;
}

input {
	font-size: 8pt;
	padding-left: 3px;
	padding-right: 3px;
	background-image: url(../images/gfx/content_bg.png);
	border: solid 1px #000000;
}

button {
	font-size: 8pt;
	padding-left: 3px;
	padding-right: 3px;
	background-image: url(../images/gfx/content_bg.png);
	border: solid 1px #000000;
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: black;
    text-decoration: none;
	font-size: 8px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}


