body {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
	background-repeat: repeat-x;
}

/* --------------------------Links start ------------------------------------ */

a:link {
	color: #00488D;
	text-decoration: underline;
	background-color: transparent;
}

a:visited {
	color: #00488D;
	text-decoration: underline;
	background-color: transparent;
}

a:hover {
	color: #666666;
	text-decoration: none;
	background-color: transparent;
}


a:active {
	color: #00488D;
	text-decoration: none;
	background-color: transparent;
}

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

#Table_01 {
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/tall_top.gif);
	background-repeat: repeat-x;
	vertical-align: top;
}


#Table_02 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-width: 0;

}

#Table_03 {
	margin-right: auto;
	margin-left: auto;

}

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

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


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



#footer {
	color: #b8b8b8;
	font-size: 0.7em;
	margin: 0px;
	padding: 20px;
	text-align: left;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
}
#footer a:hover {
	color: #B5CA0D;
	text-decoration: underline;
	background-color: transparent;
	font-weight: bold;
}


#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
}



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


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

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

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


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


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


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




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

.boxheader {
	padding-top: 45px;
	padding-right: 15px;
	text-align: right;
}

.boxheaderlogo {
	padding-left: 15px;
}

.boxmain {
	background-color: #FFFFFF;
	vertical-align: top;
}

.boxside {
	background-color: #E4E4E4;
	vertical-align: top;
	background-image: url(images/side_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 240px;
}

.boxmenu {
	background-color: #00488D;
	border-width: 7px;
	border-style: solid;
	border-color: #FFFFFF;
}

.boxtitlebar{
	background-color: #FFE013;
	border-width: 7px;
	border-style: solid;
	border-color: #FFFFFF;
}

.boxbottombg {
	background-image: url(images/bg_bot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.boxfooter {
	background-color: #5C5C5C;
}

.boxlogofooter {
	background-color: #5C5C5C;
	text-align: right;
	padding: 10px;
	font-size: 0.7em;
	color: #B8B8B8;
}


.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;
}

ul.panelmenu {
	list-style-type: none;
	color: #00488D;
	font-size: 1em;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	margin: 5px;
}

ul.panelmenu li {
	display: block;
}

ul.panelmenu li a {
	display: block;
	text-align: left;
	color: #00488D;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 4px 5px 4px 5px;
	margin: 0px 5px 5px 5px;
	border-color: #00488D;
	border-style: dashed;
	border-width: 1px;
}

ul.panelmenu li a:hover {
	display: block;
	background-color: #00488D;
	color: #FFFFFF;
	border-color: #FFFFFF;
	border-style: dashed;
	border-width: 1px;
	width: auto;
}

ul.panelmenu li a:active {
	display: block;
	color: #00488D;
	background-color: #FFFFFF;
	text-decoration: none;
	border: 1px dashed #000000;
	width: auto;
}
/* --------------------------Item Attribute  Ends ------------------------------------ */


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

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

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

.divsidetop {
	height: 60px;
	padding-top: 15px;
	padding-left: 10px;
}

.divmaintop {
	height: 50px;
	padding-top: 10px;
	padding-left: 10px;
}

.txttitle {
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	color: #00488D;
	text-align: right;
	font-weight: bold;
}

.txtnote {
	color: #FF0000;
	font-weight: bold;
	font-size: 0.9em;
}

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

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

table.tbbox			
{
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 0px #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: 0px dotted #666666;
	font-weight: normal;
	font-size: 0.8em;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 5px;
}

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


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

table.tbproduct td.tbproductspace {
	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.tbproduct td {
	border-bottom: 1px dotted #666666;
	font-weight: normal;
	font-size: 0.9em;
	color: #000000;
	text-align: left;
	padding-left: 5px;
	padding: 5px;
	vertical-align: top;
}


.tbproductborderleft {
	border-left-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
}



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

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

