body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


a:link{text-decoration:none;}
a:active{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:underline;}



/*---------------------------- Fonts size ------------------------------------*/
.Arial10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
.Arial11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.Arial12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.Arial12bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight:bold;
}
.Arial13bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	line-height: 14px;
}
.Arial14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
}

.WelcomeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #454545;
}


/*---------------------------- Fonts Color ------------------------------------*/

.Black {
	color: #000000;
}


.GreyLight {
	color: #848383;
}

.Grey {
	color: #5D5C5C;
	padding-left:2px;
}


/*---------------------------- Body Decoration ------------------------------------*/

.BgNavi {
	background-image: url(../Image/Navigation/Bg_Navi.gif);
	background-repeat: repeat-x;
}
.BgHeader {
	background-image: url(../Image/Common/Bg_Header.jpg);
	background-repeat: no-repeat;
	background-color: B8D2A8;
	background-position: right bottom;
}

.Bg_Footer {
	background-image: url(../Image/Common/Bg_Footer.jpg);
	background-repeat: repeat-x;
}

.Partition_Navi {
	background-image: url(../Image/Navigation/Partition_Navi.gif);
	background-repeat: no-repeat;
}
.BorderTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C2C2C2;
	border-right-color: #C2C2C2;
	border-bottom-color: #009BD5;
	border-left-color: #C2C2C2;
}
.Bullet_BlackSqure {
	background-image: url(../Image/Common/Bullet_BlackSqure.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
}

.Bg_Welcome {
	background-image: url(../Image/Common/Bg_Welcome.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}



.BorderNewsTable {
	border: 2px solid #F1F1F1;
}


.BgTableTab {
	background-image: url(../Image/Common/Bg_TableTab.jpg);
	background-repeat: repeat-x;
}


/*---------------------------- Text feilds ------------------------------------*/

.TextField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.TextField2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:solid 1px #C2C2C2;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #353535;
	text-decoration: none;
	background-color: ffffff;
	BORDER-RIGHT: #b2b2b2 1px solid;
	BORDER-TOP: #b2b2b2 1px solid;
	BORDER-LEFT: #b2b2b2 1px solid;
	BORDER-BOTTOM: #b2b2b2 1px solid;
	Padding-left: 1px;
	Padding-top: 4px;
}
.formbody{
	font-family:Arial, Helvetica, sans-serif; font-size: 11px; color:#000000; text-decoration:none; font-weight:bold; padding-left:10px; 		    padding-right:10px; text-align:justify;
}
.formheading{
	font-family:Arial, Helvetica, sans-serif; font-size: 18px; color: #000000; text-decoration:underline; font-weight:bold; 
	padding-left:10px; padding-right:10px; padding-bottom:10px; padding-top:10px;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#0064A6;	
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#0064A6;	
}

.navinner:link
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration:underline;
color:#000000;
}
.navinner:active
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration:underline;
color:#000000;
}
.navinner:visited
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration:underline;
color:#000000;
}
.navinner:hover
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration:none;
color:#000000;
}

/*-------------------------------------top links----------------*/
.top-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #454545;
}
.top-links a{
	color: #454545;
	text-decoration:none;
}
.top-links a:hover{
	color: #FFF;
	text-decoration:underline;
}
