@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

body {
	background-color: #005493;
	text-align: center;
}

#Table_01 {
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}


a:link {
	color: #0060A9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0060A9;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #0060A9;
}

/* --------------------------Heading start ------------------------------------ */

h1 {
	font-size : 1.2em;
	font-weight: bolder;
	padding: 0px 0px 2px 0px;
	font-style: normal;
	color: #000000;
}

h2 {
	font-size : 1.2em;
	color: #1F1F1F;
	display: inline;
}


h3 {
	font-size : 1em;
	color: #1F1F1F;
	font-weight: bolder;
	display: inline;
	font-style: normal;
}


h4 {
	font-size : 0.8em;
	color: #1F1F1F;
	font-weight: normal;
	display: inline;
}


/* --------------------------Heading Ends ------------------------------------ */

/* --------------------------IDlink ------------------------------------ */

#menulink {
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	
}

#menulink a:link {
	color: #FFF200;
	text-decoration: none;
	background-color: transparent;
}
#menulink a:visited {
	color: #FFF200;
	text-decoration: none;
	background-color: transparent;
}
#menulink a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: transparent;
}


#menulink a:active {
	color: #FFF200;
	text-decoration: none;
	background-color: transparent;
}



#footer {
	color: #FFFFFF;
	font-size: 0.6em;
	margin: 0px;
	padding: 10px;
	text-align: center;
	background-image: url(images/index_06.jpg);
	background-repeat: repeat-y;
}

#footer a:link {
	color: #FFF200;
	text-decoration: none;
}
#footer a:visited {
	color: #FFF200;
	text-decoration: none;
	background-color: transparent;
}
#footer a:hover {
	color: #999999;
	text-decoration: underline;
	background-color: transparent;
}


#footer a:active {
	color: #FFF200;
	text-decoration: none;
	background-color: transparent;
}



/* --------------------------Links Ends ------------------------------------ */

/* -------------------------- Item Attribute start ------------------------------------ */

.titleleft {
	background-image: url(images/bar-main.gif);
	background-repeat: no-repeat;
	height: 43px;
	font-weight: bold;
	font-size: 1em;
	padding-left: 28px;
	padding-top: 17px;
	color: #FFFFFF;
}

.titleright{
	background-image: url(images/bar-side.gif);
	background-repeat: no-repeat;
	height: 43px;
	font-weight: bold;
	font-size: 1em;
	padding-left: 32px;
	padding-top: 17px;
	color: #FFFFFF;
}

.titlerighttop{
	background-image: url(images/bar-side-top.gif);
	background-repeat: no-repeat;
	height: 36px;
	font-weight: bold;
	font-size: 1em;
	padding-left: 32px;
	padding-top: 10px;
	color: #FFFFFF;
}

.iconhpblue{
	width: 225px;
	font-size: 0.9em;
	height: 189px;
	background-image: url(images/icon-hp-blue.gif);
	text-align: center;
	background-repeat: no-repeat;
	color: #000000;
}

.iconhpblue a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.iconhpgreen{
	width: 225px;
	font-size: 0.9em;
	height: 189px;
	background-image: url(images/icon-hp-green.gif);
	text-align: center;
	background-repeat: no-repeat;
	color: #000000;
}

.iconhpgreen a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.iconhpyellow{
	width: 225px;
	font-size: 0.9em;
	height: 189px;
	background-image: url(images/icon-hp-yellow.gif);
	text-align: center;
	background-repeat: no-repeat;
	color: #000000;
}

.iconhpyellow a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.leftbox{
	color: #000000;
	width: 570px;
	float: left;
}

.rightbox{
	color: #000000;
	width: 390px;
	float: right;
}

.menuback{
	background-image: url(images/index_08.gif);
	background-repeat: no-repeat;
}

/* -------------------------- Item div container Ends ------------------------------------ */


/* -------------------------- Item div container start ------------------------------------ */



.imageborder {
	background-color: #FFFFFF;
	padding: 2px;
	margin-right: 2px;
	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: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	margin: 5px;
}

.menubox ul {
	list-style-type: none;
	color: #B6B71B;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}


.menubox ul li { 
	display: inline; 
}
.menubox ul li a {
	display: block;
	text-align: center;
	color: #FFFFFF;
	background-color: #3D3D3D;
	text-decoration: none;
	padding: 4px 2px 4px 2px;
	margin: 0px 5px 5px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	background-image: url(images/menu-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.menubox ul li a:hover {
	display: block;
	background-color: #000000;
	color: #E8C02A;
	border-color: #CCCCCC;
}
.menubox ul li a:active {
	display: block;
	text-align: center;
	color: #FFFFFF;
	background-color: #444444;
	text-decoration: none;
	border: 1px solid #597EA1;
}



/* -------------------------- Item div container start ------------------------------------ */

.contentmain {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 30px;
	color: #333333;
	text-align: justify;
}

.contenthome {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.4em;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #000000;
	text-align: left;
}

.contentside {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #333333;
	text-align: left;
}

.txtred {
	color: #FF0000;
}

.txtblue {
	color: #FF0000;
	font-weight: bold;

}

.bigtxtred {
	color: #FF0000;
	font-weight: bold;
	font-size: 1.5em;
}




/* -------------------------- Item div container Ends ------------------------------------ */


/* ------------ Table style Start --------------------*/

table.tbicon		
{
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}


table.tbbox			
{
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px #666666 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}


table.tbbox td.tbboxtop {
	border-bottom: 0px solid #666666;
	background-color: #CCCCCC;
	text-align: left;
	font-weight: bolder;
	font-size: 0.8em;
	color: #3F3F3F;
	padding-bottom: 3px;
	padding-top: 3px;
}

table.tbbox td.tbboxspace {
	border-left-color: #666666;
	background-color: #FAF3D0;
	border-left-width: 1px;
	border-left-style: solid;
	text-align: center;
	font-weight: bolder;
	font-size: 1.2em;
	color: #FF0000;
}


table.tbbox td {
	border-bottom: 1px dotted #666666;
	font-weight: normal;
	font-size: 0.7em;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 5px;
}


.tbboxborderleft {
	border-left-color: #A0A1A3;
	border-left-width: 1px;
	border-left-style: solid;
}


table.tbbox2			
{
	font-weight: normal;
	background-color: #FFFFFF;
	border: 0px #666666 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}


table.tbbox2 td.tbboxtop {
	border-bottom: 0px solid #666666;
	background-color: #CCCCCC;
	text-align: left;
	font-weight: bolder;
	font-size: 0.8em;
	color: #3F3F3F;
	padding-bottom: 3px;
	padding-top: 3px;
}

table.tbbox2 td.tbboxspace {
	border-left-color: #666666;
	background-color: #FAF3D0;
	border-left-width: 1px;
	border-left-style: solid;
	text-align: center;
	font-weight: bolder;
	font-size: 1.2em;
	color: #FF0000;
}


table.tbbox2 td {
	border-bottom: 0px dotted #666666;
	font-weight: normal;
	font-size: 0.7em;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}


.tbbox2borderleft {
	border-left-color: #A0A1A3;
	border-left-width: 1px;
	border-left-style: solid;
}

table.tbcontact		
{
	font-weight: normal;
	color: #000000;
	border: 0px #666666 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}


table.tbcontact	td.tbcontactbottom {
	border-top: 2px solid #CCCCCC;
	text-align: left;
	font-weight: bolder;
	font-size: 0.8em;
	color: #CCCCCC;
	padding-bottom: 3px;
	padding-top: 3px;
}

table.tbcontact	 td.tbcontactspace {
	border-left-color: #666666;
	background-color: #FAF3D0;
	border-left-width: 1px;
	border-left-style: solid;
	text-align: center;
	font-weight: bolder;
	font-size: 1.2em;
	color: #FF0000;
}


table.tbcontact	td {
	border-bottom: 0px dotted #666666;
	color: #000000;
	padding-left: 5px;
	vertical-align: top;
	font-size: 0.8em;
}

.tbcontactborderleft {
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
}

/* ------------ Table style Ends --------------------*/
