html {
	height: 100%;
}
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}



img	
{
border: none;
}

form
{
padding: 0;
margin: 0;
}




.carcasTable {
	height:100%;
	width:100%;
	background-color:#fafafa;
}
.bgTop {
	background-image: url('images/bg01.gif');
	background-repeat: repeat-x;
}
.bgLeft {
	background-image: url('images/bg02.gif'); 
	background-position: bottom right; 
	background-repeat: no-repeat;
}



a {
	color: #086bb5;
	text-decoration: none;
}
a:hover {
	color: #086bb5;
	text-decoration: underline;
}
a:visited {
	color: #732b82;
	text-decoration: underline;
}

a.smallLink, a.smallLink:visited {
	font-size: 70%;
	color: #585858;
	text-decoration: none;
}
a.smallLink:hover {
	color: #000000;
	text-decoration: underline;
}
.small {
	font-size: 70%;
	line-height: 16px;
}


.common, ul, ol, .text, p {
	font-size: 75%;
	line-height: 18px;
}

.common ul, ul ul, ol ul, .text ul, p ul {
	font-size: 100%;
	line-height: 18px;
}


/**
 * Search
 */
.bgSearch {
	background-image: url('images/bgSearch.gif');
	background-repeat: repeat-x;
}
.searchField {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 75%;
	height: 20px;
}


/**
 * Form Elements
 */
.button, .inputbutton {
	background-color: #606060;
	border: 1px solid #cccccc;
	color: #ffffff;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	height: 20px;
	padding-bottom: 3px;
}



/**
 * Menu
 */
.menuDiv {
	background-image: url('images/bg03.gif');
	background-position: top left;
	background-repeat: repeat-x;
}
a.menuSelLink, a.menuSelLink:hover, a.menuSelLink:visited {
	font-size: 75%;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.menuSel {
	padding-left: 7px;
	padding-right: 7px;
	background-image: url('images/menuSelBg.gif');
	background-position: top left;
	background-repeat: repeat-x;
}
a.menuUnselLink, a.menuUnselLink:visited {
	font-size: 75%;
	font-weight: bold;
	color: #bc0006;
	text-decoration: none;
}
a.menuUnselLink:hover {
	font-size: 75%;
	font-weight: bold;
	color: #bc0006;
	text-decoration: underline;
}
.menuUnsel {
	padding-left: 7px;
	padding-right: 7px;
	background-image: url('images/menuUnselBg.gif');
	background-position: top left;
	background-repeat: repeat-x;
}


/**
 * News list
 */
.columnHeader {
	height: 29px;
	background-color: #bc0006;
	color: #ffffff;
	font-size: 75%;
	font-weight: bold;
	border-width: 0px 0px 1px 0px;
	border-color: #dcdcdc;
	border-style: solid;
	padding-left: 12px;
	padding-bottom: 1px;
}
.columnBody {
	background-color: #f3f3f3;
	color: black;
	padding: 16px 12px;
} 




.fullHeight {
	height: 100%;
}




.selectField, .inputField
{
background-color: white;
border: 1px solid #CCCCCC;
font-size: 75%;
font-family: Tahoma, Verdana, Helvetica, sans-serif;
}
.selectOption
{
background-color: white;
border: 1px solid #CCCCCC;
font-family: Tahoma, Verdana, Helvetica, sans-serif;
}



h1, h2, h3, h4, h5, h6
{
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 12px;
}
p
{
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 14px;
}

h1
{
font-size: 110%;
font-weight: bold;
line-height: 24px;
color: #bc0006;
}

h2
{
font-size: 95%;
font-weight: bold;
line-height: 16px;
color: black;
}

h3
{
font-size: 75%;
font-weight: bold;
line-height: 16px;
color: black;
}
h4
{
font-size: 75%;
font-weight: bold;
line-height: 16px;
color: black;
}
h5
{
font-size: 75%;
font-weight: bold;
line-height: 16px;
color: black;
}
h6
{
font-size: 75%;
font-weight: bold;
line-height: 16px;
color: black;
}

hr
{
height: 1px;
border-width: 1px 0px 0px 0px; 
border-style: solid;
width: 100%;
color: black;
padding: 0;
margin: 30px 0px;
}
.red
{
color: red;
}


/* Yu.Ost Styles */

div.company {line-height: 18px;}
	div.company h2 {margin-bottom: 2px; font-size: 85%;}
	div.company p {margin-left: 12px; font-size: 75%;}



	
	
/**
 * From old site
 */
 .tbl {font-family: Arial,Tahoma,Verdana; font-size:12px; color:#27221f; height: 30px; background: #fafafa; padding: 0px 10px; 
 	text-align:left; 
 	border-right:1px solid #000000;
 	border-bottom:1px solid #000000;
 }

 
/**
 * Footer
 */
.footer {
	height:35px;
	padding-top:8px
}
.footer_links{
	font-size: 75%;
	float:right;
	margin-right:10px;
	margin-top:5px;
}
.footer_copyright{
	font-size: 75%;
	float:left;
	margin-top:8px;
	margin-left:10px;
} 