﻿/* _______________ body _______________ */

body
{
	background-color: #ffffff;
}


/* _______________ Page Alignment _______________ */

.page
{
	text-align: center;

}

/* _______________ Main Table _______________ */

.maintable
{
	margin: auto;
	width: 780px;
	height: 100%;
	padding: 0px;
	border-collapse: collapse;
}

/* _______________ Right Navigation Bar _______________ */

.rightbar
{
	border-left: #0077aa 0px dashed;
	width: 180px;
	vertical-align: top;
	padding-top: 10px;
}

/* _______________ Main Section (Main Page) _______________ */

.mainsectionhome
{
	width: 400px;
	vertical-align: top;
	padding-top: 10px;
}

/* _______________ Main Section (page center) _______________ */

.mainsection
{
	width: 600px;
	vertical-align: top;
	padding-top: 10px;
}

/* _______________ Left Bar _______________ */

.leftbar
{
	border-right: #c5d9d1 0px solid;
	width: 200px;
	vertical-align: top;
	padding-top: 10px;
}

/* _______________ Extended Column  (left column for all pages) _______________ */

.extcolumn
{

}


/* _______________ Fixed section (main page) _______________ */

td.fixedsection
{
	border: 1px dashed #ff2200; 
	padding: 10px; 
	background-color: #f3f3f3;
	margin-bottom: 20px;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 170%;
	text-align: justify;
	color: #454545;

}


/* _______________ Body Text _______________ */

.bodytext
{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 140%;
}

.bodytext A:link
{
	color: #0000DD;
	text-decoration: none;
}

.bodytext A:visited
{
	color: #0000DD;
	text-decoration: none;
}

.bodytext A:hover
{
	color: #BB0000;
	text-decoration: none;
}


/* _______________ Main Text _______________ */

.maintext
{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 170%;
	text-align: justify;
	color: #343434;
}

.maintext A:link
{
	color: #0000DD;
	text-decoration: none;
}

.maintext A:visited
{
	color: #0000DD;
	text-decoration: none;
}

.maintext A:hover
{
	color: #BB0000;
	text-decoration: none;
}

/* _______________ Titles _______________ */

.title
{
	color: #222222;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 150%;
}

.title A:link, .title A:visited
{
	color: #dd2200;
	text-decoration: none;
}
.title A:hover
{
	color: #2255AA;
	text-decoration: none;
}


/* _______________ Excerpt _______________ */

.excerpt
{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 140%;
	text-align: justify;
	color: #343434;
}

.excerpt A:link, .excerpt A:visited
{
	color: #0000DD;
	text-decoration: none;
}

.excerpt A:hover
{
	color: #DD0000;
	text-decoration: none;
}



/* _______________ Big Titles _______________ */

.bigtitle
{
	color: #dd2200;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 120%;
}

.bigtitle A:link
{
	color: #0033BB;
	text-decoration: none;
}

.bigtitle A:visited
{
	color: #0033BB;
	text-decoration: none;
}

.bigtitle A:hover
{
	color: #FF1100;
	text-decoration: none;
}




/* _____________ Link Button  _____________ */

.linkbutton
{
	color: #444444;
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.linkbutton A:link, .linkbutton A:visited
{
	color: #0033BB;
	text-decoration: none;
}

.linkbutton A:hover
{
	color: #FF1100;
	text-decoration: none;
}


/* _______________ Titles and Other Texts _______________ */

.head
{
	color: #FFFFFF;
	font-family: Times New Roman;
	font-size: 34px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 6px;

}


.head-en
{
	color: #FFFFFF;
	font-family: Times New Roman;
	font-size: 28px;
	font-yellow: bold;
	text-decoration: none;
	padding-bottom: 6px;

}




.subhead
{
	color: #FFFFFF;
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}


.smtitle
{
	color: #FF2200;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.rtitle
{
	color: #686868;
	font-family: Times New Roman;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
}

.formtitle
{
	color: #050505;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 20px;
}

.bluetext
{
	color: #0099EE;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.linkdate
{
	color: #858585;
}

.fade
{
	color: #858585;
}

.buttontext
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.orangetitle
{
	color: #FF5604;
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.redtitle
{
	color: #FF0000;
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.bullet
{
	color: #dd2200;
	font-family: Times New Roman;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}



/* _______________ Top Navbar _______________ */

.topnav
{
	color: #b2b2b2;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.topnav A:link, .topnav A:visited
{
	color: #676767;
	text-decoration: none;
}

.topnav A:hover
{
	color: #FF2200;
	text-decoration: none;
}


/* _______________ side  Navbar _______________ */

.sidenav
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.sidenav A:link, .sidenav A:visited
{
	font-size: 11px;
	color: #2266BB;
	text-decoration: none;
}

.sidenav A:hover
{
	color: #FF4400;
	text-decoration: none;
}


/* _______________ Small link _______________ */

.smlink
{
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

.smlink A:link, .smlink A:visited
{
	color: #336699;
	text-decoration: none;
}

.smlink A:hover
{
	color: #dd2200;
	text-decoration: underline;
}


/* _______________ copyright _______________ */

.copyright
{
	font-family: Verdana, Arial;
	color: #0077aa;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.copyright A:link, .copyright A:visited
{
	color: #0066EE;
	text-decoration: none;
}

.copyright A:hover
{
	color: #FF5500;
	text-decoration: none;
}

