﻿html, body 
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:#4A616F;
	font-family: Arial, Verdana;	
	font-size: 12px; 
	text-align:justify;
	color:#797a7c;
}
img
{
	border-width:0px;
}
td
{
	height:30px;
}
.tableMasterPage
{
	width:891px;
	height: 100%;
	background-color:#ffffff;
}
.SelectedButton
{
	background-image: url(../img/selectedButton.jpg);
	background-repeat:no-repeat;
	background-position: center center; 
	cursor:hand; 
}
.MainButton
{
	background-image: url(../img/mainButton.jpg);
	background-repeat:no-repeat;
	background-position: center center; 
	cursor:hand; 
}
.FooterMaster
{
	background:#a9bcc5;
	height:34px;
	direction:rtl;
	padding-left:15px;
	padding-right:15px;
	font-weight:bold;
	color:#758c96;
	font-size:10px;
}
.headerH1
{
	color:#96acb5;
	font-size:36px;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
}
.headerH2
{
	color:#03648d;
	font-size:20px;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
}
.headerH3
{
	color:#58595b;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
}
.normalText
{
	padding-left:15px;
	padding-right:15px;
}
.headerProjectPdf
{
	color:#000000;
	font-weight:bold;
	background-color:#dae1e4;
}
.textProjectPdf
{
	background:#eff2f3;
}
.headerProjectImg
{
	color:#000000;
	font-weight:bold;
	background-color:#dae1e4;
}
.textProjectImg
{
	background:#eff2f3;
}
.textBoxDragon
{
	border: solid 1px #58595b;
	font-weight:bold;
	width:200px;
}
.textBoxDragonMultiLine
{
	border: solid 1px #58595b;
	font-weight:bold;
	width:400px;
	height:50px;
}
.buttonDragon
{
	height:24px;
	width:140px;
	background-color:#96acb5;
	font-size:12px;
	font-weight:bold;
}
a
{
	color:#006d98;
	font-weight:bold;
	text-decoration:none;
}
a:hover
{
	color:#14475b;
}
.mainLink
{
	color:#006d98;
	font-weight:bold;
	text-decoration:none;
}
a:hover.mainLink
{
	color:#14475b;
}
.starSite
{
	font-weight:bolder;
	color:#ff0000;
}

