﻿@charset "UTF-8";
/* CSS by 11mm.net */


/* BODY */

body {
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-image: url(../images/bg.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}



/* LINKS */

a  {
	color: #0066FF;
	border: none;
	text-decoration: none;
}


a:hover {
	color: #999;
	text-decoration: none;
}


a:active {
	color: #000;
	text-decoration: none;
}

a.insidelink {
	color: #000;
	text-decoration: underline;
}

a.insidelink:hover {
	color: #FFF;
	background-color: #06F;
	text-decoration: underline;
}


a.insidelink:visited {
	color: #999;
	text-decoration: underline;
}


a.insidelink:active {
	color: #000;
	text-decoration: underline;
}

/* LINKS MENU */

td#header a:link {color: #FFF; text-decoration: none;}
td#header a:visited {color: #FFF; text-decoration: none;}
td#header a:hover {color: #000; background-color: #FFF; text-decoration: none;}
td#header a:active {color: #9C9A9C; text-decoration: none;}




/* OTHER */


.text
{
	color:#000;
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}


.text_credits
{
	color:#FFF;
	font-size:9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.text_blue
{
	color:#0066FF;
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}


.text_title
{
	color:#0066FF;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}


.text_white
{
	color:#FFF;
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}



.text_white_bold
{
	color:#FFF;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}




.text_links
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #06F;
	text-decoration:underline;
}


/* CELL DOT LINE */

.cellSep{
    border-top: 1px dotted #000000;
    padding-bottom: 5px;
    padding-top: 5px;
}

#othersite {
	position: fixed; 
	bottom: 0px; 
	left: 1px; 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	background-color: #FFFFFF;
	width: 100%;
	border-top: 1px solid #CFCFCF;
}
			
#othersite a{
	text-decoration: none;
	color: #999999;
}

#othersite a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 175px;
}

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 