body
{
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-size : 12px;
	color : rgb(0,0,0);
/*	color : rgb(0,30,122); */
}

body a
{
	font-weight: bold;
	text-decoration: none;
}

body a:link{ color: rgb(136,136,136); }
body a:visited{ color: rgb(136,136,136); }
body a:hover{ color: rgb(34,74,124); }
body a:active{ color: rgb(34,74,124); }

#site
{
	width : 900px;
	
	margin-left: auto;
	margin-right: auto;
}

#menu
{
	position : relative;
    left : 520px;
    top : -200px;
	
	height : 200px;
	width : 400px;
	
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-size : 13px;
	letter-spacing : 0px;
	
/*	text-transform: uppercase; */
}

.menuitem
{
	width : 250px;
	height : 6px;
}

.menuitem a:link{ color: rgb(136,136,136); }
.menuitem a:visited{ color: rgb(136,136,136); }
.menuitem a:hover{ color: rgb(34,74,124); }
.menuitem a:active{ color: rgb(34,74,124); }

.menuitemselected
{
	width : 250px;
	height : 6px;
}

.menuitemselected a:link{ color: rgb(34,74,124); }
.menuitemselected a:visited{ color: rgb(34,74,124); }
.menuitemselected a:hover{ color: rgb(34,74,124); }
.menuitemselected a:active{ color: rgb(34,74,124); }

#content
{
	position : relative;
    left : 8px;
    top : -200px;

	width : 884px;
	
/*	background-image : url(../content.png);
	background-repeat : no-repeat;
*/	
/*	padding-left : 10px;
	padding-top : 5px;
	padding-right : 10px;
	padding-bottom : 10px;
*/	
	vertical-align : top;
}

.text0
{
	font-size : 13px;
	line-height : 130%;
	text-align : justify;
}

.text1
{
	font-size : 12px;
	line-height : 130%;
/*	text-align : justify;*/
}

#footer
{
	position : relative;
    top : -190px;

	font-size : 10px;
}

#footer .gray
{
	color : rgb(150,150,150);
}

.inputcombination .column1 { width : 190px; text-align : left; }
.inputcombination .column2 { width : 270px; }

.inputcombination .column4 { width : 220px; text-align : left; }

.inputcombination .column6 { width : 200px; }

.inputcombination input
{
	border : 1px solid rgb(200,200,200);
	width : 220px;
	padding : 3px;
	background-color : rgb(250,250,250);
	font-family : Verdana, Arial, sans-serif; 
	font-size : 11px;
	font-weight : bold;
}

.inputcombination input.disable
{
    color : Black;
}

.inputcombination input:disabled
{
    background-color : rgb(200,200,200);
    color : rgb(140,140,140);
}

select:disabled 
{
    background-color : rgb(200,200,200);
    color : rgb(140,140,140);
}

.inputcombination2 input
{
	border : 1px solid rgb(200,200,200);
	width : 90px;
	padding : 3px;
	background-color : rgb(250,250,250);
	font-family : Verdana, Arial, sans-serif; 
	font-size : 11px;
	font-weight : bold;
}

.choosecombination input
{
	font-family : Verdana, Arial, sans-serif; 
	font-size : 11px;
	font-weight : bold;
}

.selectcombination select
{
    border : 1px solid rgb(200,200,200);
	width : 228px;
	background-color : rgb(250,250,250);
	font-family : Verdana, Arial, sans-serif; 
	font-size : 11px;
	font-weight : bold;
}
/*
.textarea
{
    border : 1px solid rgb(200,200,200);
	background-color : rgb(250,250,250);
	font-family : Verdana, Arial, sans-serif; 
	font-size : 11px;
	font-weight : bold;
}
*/
.button input
{
    cursor : pointer;
	font-family : Verdana, Arial, sans-serif;
    font-size : 11px;
    font-weight : bold;
}

img
{
	border : 0px;
}

.hypotable
{
	font-size : 13px;
    empty-cells: show;
    border-collapse: collapse;
    border-style : solid;
    border-width : 1px;
	border-color : #000000;
	background-color : rgb(217,255,217);
}

.hypotable td
{
    border-style : solid;
    border-width : 1px;
    padding : 3px;
    text-align: center;
}

.hypotable a:link{ color: rgb(0,0,0); }
.hypotable a:visited{ color: rgb(0,0,0); }
.hypotable a:hover{ color: rgb(34,74,124); }
.hypotable a:active{ color: rgb(34,74,124); }

.line
{
    background-color : rgb(205,39,27); 
    height : 1px;
}

.bold
{
    font-weight : bold;
    color : rgb(34,74,124);
}

.error
{
    color : Red; 
    font-weight : bold; 
    font-size : 13px; 
}

.title0
{
	font-size : 20px;
	font-weight : bold;
}

.title1
{
	font-size : 14px;
	font-weight : bold;
	color : rgb(205,39,27);
/*	text-transform: uppercase;*/
}

.title2
{
	font-size : 13px;
	font-weight : bold;
	color : rgb(205,39,27);
}

.title3
{
	font-size : 13px;
	font-style : italic;
	color : rgb(34,74,124);
}

h1
{
    margin-top : 0px;
    margin-bottom : 10px;
}

h3
{
    margin-top : 0px;
    margin-bottom : 0px;
}
