
/*************************** Main **********************/		
Body 
{
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial;
	direction: ltr; 
	color: #090552;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #4D83C1;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-shadow-color: #4D83C1;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #4D83C1;
	overflow-x: hidden;
}
table
{
	font-size : 100%;
}
hr
{
	height : 1px;
	color : black;
}

h2
{
	font-weight: bold;
	font-size: 13px;
	font-family: Arial;
}

h3
{
	font-weight: bold;
	font-size: 18px;
	font-family: arial;
	color: #FF960B;
}

h6
{
	font-weight: bold;
	font-size: 18px;
	font-family: arial;
	color: #4779BF;
	line-height: 140%;
}

p
{
	line-height: 140%;
	padding-left: 0px;
	padding-right: 10px;
	text-align: left;
	direction: ltr;
}


center
{
	font: bold 12px Arial;
	line-height: 150%;
	letter-spacing: 0.2px;
	padding-left: 0px;
	padding-right: 0px;
	color: #004C6E;
}

ul
{
	margin-left: 18px;
}


li
{
	padding: 5px 10px 0px 0px;
	text-align: left;
	direction: ltr;
}

Td
{
	line-height: 150%;
}

A
{
	color: #4B7DBB;
	text-decoration: underline;
}
A:hover   
{
	color: #0C0959;
	text-decoration: underline;
}

hr
{
	border-color: #FF960B;
	border-style: dashed;
	border-width: 1px;
}


input
{
	width: 150px;
	height: auto;
	border: 1px solid #004D6E;
	font-weight: normal;
	font-size: 13px;
}

select
{
	width: 150px;
	height: 18px;
	border: 1px solid #004D6E;
	font-weight: normal;
	font-size: 13px;
}

textarea
{
	width: 276px;
	height: 40px;
	border: 1px solid #004D6E;
	font-weight: normal;
	font-size: 13px;
	font-family: Arial;
	overflow-y: auto;
}

/*************************** inputs **********************/

select.small
{
	width: 65px;
	height: 16px;
	border: 1px solid #004D6E;
	font-weight: normal;
	font-size: 12px;
}

/*************************** Tables **********************/

Table.main
{
	width: 780px;
	height: 400px;
}


Table.details 
{
	width: 780px;
	height: 365px;
	background-image: url(../images/bgIndex.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border-top: 2px solid #35A7E1;
	border-right: 2px solid #35A7E1;
	border-bottom: 2px solid #35A7E1;
}

Table.detailsIn
{
	width: 780px;
	height: 365px;
	background-position: right top;
	background-repeat: no-repeat;
	border-top: 2px solid #35A7E1;
	border-right: 2px solid #35A7E1;
	border-bottom: 2px solid #35A7E1;
}

Table.in
{
	width: 600px;
	height: 200px;
	vertical-align: top;
}


Table.bottom
{
	width: 780px;
	height: auto;
	font-weight : normal;
	font-size: 11px;
	font-family: Arial;
	color: #35A7E1;
}

Table.menu 
{
	width: 135px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
}



/**************************** TR/TD *******************************/

Td.header
{
	width: 780px;
	height: 120px;
	border-top: 2px solid #35A7E1;
	border-left: 2px solid #35A7E1;
	border-bottom: 0px solid #35A7E1;
	padding: 0px 0px 0px 0px;
	background-color: White;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: left;
	cursor: hand;
}

Td.menu
{
	width: 135px;
	height: 35px;
	text-align: left;
	vertical-align: middle;
	cursor: hand;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 120%;
}

Td.menuClick
{
	width: 135px;
	height: 35px;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #0C0959;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 120%;
	cursor: hand; 
}

Td.menu2
{
	width: 135px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	color: #4D83C1;
	background-color: #ffffff;
	cursor: hand;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	border-top: 1px solid #1297DC;
	border-bottom: 1px solid #1297DC;
	border-right: 1px solid #1297DC;
}

Td.menu2Click
{
	width: 135px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	color: #0C0959;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	border-top: 1px solid #1297DC;
	border-bottom: 1px solid #1297DC;
	border-right: 1px solid #1297DC;
	cursor: hand;
}

Td.in
{
	padding-right: 10px;
	padding-left: 20px;
	text-align: right;
}

Td.error
{
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #FF0000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/**************************** Paragraph *******************************/

p.open
{
	padding-left: 350px;
	padding-right: 10px; 
	line-height: 150%;
}

p.testimony
{
	font-style: italic;
	font-weight: normal;
	color: #090552;
	cursor: auto;
}


/**************************** span *******************************/

span.txtIn
{
	padding-left: 10px;
	margin-left: 10px;
}


/**************************** Images *******************************/

img.imgEmpty
{
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;	
}

/**************************** Links *******************************/

A.bulider	  
{
	font-weight : normal;
	font-size: 11px;
	font-family: Arial;
	color: #35A7E1;
	text-decoration: underline;
}
A.bulider:hover   
{
	font-weight : normal;
	font-size: 11px;
	font-family: Arial;
	color: #0B075D;
	text-decoration: underline;
}

A.top	  
{
	font : normal 11px;
	color: black;
	text-decoration: none;
	font-style : bold;
	color: #751119;
}
A.top:hover   
{
	font : normal 11px;
	color: #751119;
	text-decoration: underline;
	font-style : bold;
}

A.menu  
{
	font : bold 13px;
	color: #041C84;
	text-decoration: none;
}
A.menu:hover   
{
	font : bold 13px;
	color: #0C33FA;
	text-decoration: none;
}

A.contact  
{
	font: bold 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
A.contact:hover   
{
	font: bold 12px;
	color: #719EB1;
	text-decoration: underline;
}

A.contactPage  
{
	font: bold 12px;
	color: #004C6E;
	text-decoration: underline;
}
A.contactPage:hover   
{
	font: bold 12px;
	color: #719EB1;
	text-decoration: underline;
}

/**************************** Misc *******************************/

.button
{
	border: #004D6E 1px solid;
	font-size: 12px;
	font-weight: bold;
	cursor: hand;
	color: #FFFFFF;
	font-family: Arial;
	height: 25px;
	width: 80px;
	background-color: #4D83C1;
	text-decoration: none;
}

.img
{
	border: 1px solid #041C84;
}

.linkHeader
{
	font : bold 14px arial;
}

.slogen
{
	font: bold 15px Arial;
	color: #FFFFFF;
}

.engP
{
	font: normal 14px Arial;
	line-height: 120%;
	letter-spacing: 0.2px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	direction: ltr;
}

.header
{
	font: bold 15px arial;
	color: #0079F2;
	border-bottom: 1px solid #0079F2;
}

.headerL
{
	font-weight: bold;
	font-size: 18px;
	font-family: arial;
	color: #FF960B;
}