html, body
{
        margin: 0;
        padding: 0;
        background-color: #EEF2F5;
        color: #676762;
}

div#outer_container
{
        margin-left: auto;
        margin-right: auto;
        width: 1000px;
        text-align: center;
}

div#inner_container
{
        text-align: left;
}

table#main_frame
{
	width: 1000px;
        float: none;
        font-family: "Trebuchet MS", Arial, sans-serif;
        border: 0px solid #000000;
}

td#banner_cell
{
	width: 1000px;
	height: 70px;
	background-image: url("/images/kinitron_banner.png");
	background-repeat: no-repeat;
}

td.dummy_cell
{
	width: 1000px;
	height: 10px;
}

td#separator_cell
{
	width: 10px;
	height: auto;
	background-image: url("/images/splitter_dot.png");
	background-repeat: repeat-y;
}

td#footer_separator
{
	width: 1000px;
	height: 1px;
	background-color: #000000;
	color: #FFFFFF;
}

td#footer_cell
{
	width: 1000px;
	height: auto;
	background-color: transparent;
	color: #000000;
	font-size: 0.7em;
	font-style: italic;
	text-align: left;
	vertical-align: top;
}

div#footer_copyright
{
	margin: 3px 0px 0px 3px;
	float: left;
}

div#footer_menu
{
	margin: 3px 3px 0px 0px;
	float: right;
}

a:link.footer_link, a:visited.footer_link
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

a:hover.footer_link
{
	color: #F89828;
	background-color: transparent;
}

.text_bold
{
	font-weight: bold;
}

.text_italic
{
	font-style: italic;
}

.text_underline
{
	text-decoration: underline;
}

.line_15
{
	line-height: 1.5;
}

img.image_centre
{
	float: none;
	border: 0px solid #000000;
}

img.image_left
{
	float: left;
	border: 0px solid #000000;
}

img.image_right
{
	float: right;
	border: 0px solid #000000;
}

