@media print {
	.dont_print {
		display:none;
	}
	.print {
		display:block;
	}
	Table.main
	{
		background-color:#ffffff;
		width : 560px;
		margin:0 0 0 0;
	}
}

@media screen {
	.dont_print {
		display:block;
	}
	.print {
		display:none;
	}
	Table.main
	{
		background-color:#ffffff;
		width : 780px;
		height: 500px;
		margin:0 0 0 0;
	}
}

/****************************   Main Items ***************************/

body
{
	background-color:#ffffff;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font : normal 12px Arial, Helvetica, sans-serif;
	color : navy;
	text-align : center;
}

Table
{
	font-size : 100%;
}
hr
{
	height:1px;
	width:100%;
	color : #efefef;
}


/*********************************** A href ********************************/
/*
A
{
	text-decoration:underline;
	color:#222077;
}

A:hover
{
	text-decoration:underline;
	color:#6BBE0E;
}
*/
A.navigationOn
{
	font-weight : bold; 
	text-decoration:none;
	color:#000000;
	background-color:white;
	padding : 4px 0 4px 0;
	border-left : 1px solid White;
	height : 24px;
	width : 100%;
}
A.navigationOn:hover
{
	font-weight : bold; 
	text-decoration:none;
	border-left : 1px solid White;
	height : 24px;
	width : 100%;
}

A.navigation
{
	font-weight : bold; 
	text-decoration:none;
	color:white;
	background-color:black;
	padding : 4px 0 4px 0;
	border-left : 1px solid White;
	height : 24px;
	width : 100%;
}

span.navigation
{
	font-weight : bold; 
	text-decoration:none;
	color:white;
	background-color:#86D52D;
	Cursor:hand;
	padding : 4px 0 4px 0;
	border-right : 1px solid White;
	height : 25px;
	width : 100%;
}

span.englishNavigation
{
	font-weight : bold; 
	text-decoration:none;
	color:white;
	background-color:#00AF36;
	Cursor:hand;
	padding : 4px 0 4px 0;
	border-right : 1px solid White;
	height : 25px;
	width : 100%;
}

span.navigationOn
{
	font-weight : bold; 
	text-decoration:none;
	color:#222077;
	background-color:white;
	padding : 4px 0 4px 0;
	Cursor:hand;
	border-left : 1px solid White;
	height : 25px;
	width : 100%;
}

A.navigation:hover
{
	font-weight : bold; 
	text-decoration:none;
	color:#000000;
	background-color:#ffffff;
	padding : 4px 0 4px 0;
	border-left : 1px solid White;
	width : 100%;
}
A.RightBar
{
	width : 190px;
	height : 25px;
	font-weight : bold; 
	text-decoration:none;
	color : #666666;
	background-color:#EFEFEF;
	border-bottom : 1px solid White;
}
A.RightBar:hover
{
	text-decoration:none;
	color:white;
	background-color:#277ED5;
}
A.Bottom
{
	font : bold 11px; 
	text-decoration:none;
	color : white;
}
A.Bottom:hover
{
	text-decoration:none;
	color:#86D52D;
}
A.MoreArticle
{
	font : normal 12px; 
	text-decoration:none;
}
A.MoreArticle:hover
{
	text-decoration:underline;
}
A.mail
{
	font : bold 12px; 
	text-decoration:underline;
	color : red;
}
A.Mail:hover
{
	text-decoration:underline;
}
A.search
{
	font : normal 12px; 
	text-decoration:underline;
	color : #86D52D;
}
A.search:hover
{
	text-decoration:underline;
	color : #92E336;
}

/*********************************** Input ********************************/
Input.form
{
	background-color:white;
	border : 1px solid black;
	font : normal 12px;
}

Input.title
{
	background-color:white;
	border : 1px solid black;
	width : 350px;
	height : 17px;
	font : normal 12px;
}

Input.button
{
	background-color:#efefef;
	border : 1px solid black;
	height : 17px;
	font : normal 11px;
	cursor: hand;
}




/*********************************** Calculators ****************************************/
INPUT.param {
	BORDER-WIDTH:1px;
	BORDER-COLOR:#000000;
	FONT-FAMILY: VERDANA;
	FONT-SIZE: 9px;
	WIDTH:87px;
	margin-right:5px;
}
.tabOn {
	PADDING-RIGHT: 0px;	
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 3px;	
	CURSOR: hand;	
	PADDING-TOP: 1px;
	BACKGROUND-COLOR: #d4eeb8
}

.tabOff {
	PADDING-RIGHT: 0px;	
	PADDING-LEFT: 0px;	
	PADDING-BOTTOM: 3px;	
	CURSOR: hand;	
	PADDING-TOP: 1px;	
	BACKGROUND-COLOR: #b6e681
}

.textBlue{
	COLOR: #2F2D82;
	FONT: normal 10px Arial;
	padding-left:5px;
}
