/***************************************************************************************/
/* Defualt classes */
/***************************************************************************************/

/* Define all main values for the web site */

BODY
{
	font-family: tahoma;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	line-height: normal; /* Initial properties for scrollbars */
	scrollbar-face-color: #e8e8e8;
      scrollbar-highlight-color: #cccccc;
      scrollbar-3dlight-color: #f9f9f9;
      scrollbar-shadow-color: #e8e8e8;
      scrollbar-darkshadow-color: #eeeeee;
      scrollbar-track-color: #f9f9f9;
      scrollbar-arrow-color: #000000;
}

/* Initial properties for common links */
.bold{font-weight: bold;}
A:link
{
	font-size: 11px;
	font-family: tahoma;
	color: #1e5188;
	text-decoration: none;
}
A:hover
{
	font-size: 11px;
	font-family: tahoma;
	color: #ff8400;
	text-decoration: underline;
}
A:active
{
	font-size: 11px;
	font-family: tahoma;
	color: #ff8400;
	text-decoration: underline;
}
A:visited
{
		font-size: 11px;
	font-family: tahoma;
	color: #1e5188;
	text-decoration: none;
}
A:visited:hover
{
		font-size: 11px;
	font-family: tahoma;
	color: #ff8400;
	text-decoration: underline;
}
A.text-white:link
{
	font-size: 11px;
	font-family: tahoma;
	color: #fff;
	text-decoration: none;
	font-weight:bold
}
A.text-white:hover
{
	font-size: 11px;
	font-family: tahoma;
	color: #fff;
	text-decoration: underline;
	font-weight:bold
}
A.text-white:active
{
	font-size: 11px;
	font-family: tahoma;
	color: #fff;
	text-decoration: underline;
	font-weight:bold
}
A.text-white:visited
{
		font-size: 11px;
	font-family: tahoma;
	color: #fff;
	text-decoration: none;
	font-weight:bold
}
A.text-white:visited:hover
{
		font-size: 11px;
	font-family: tahoma;
	color: #fff;
	text-decoration: underline;
	font-weight:bold
}
/* Initial properties for all Lists */

UL
{
	padding: 0px 0px 0px 10px; /* the left padding was set to make the bullets appear inside the container */
	margin: 0px 0px 0px 0px;
}
LI
{
	padding: 0px 0px 0px 0px; /* the left padding was set to give the text left padding from the bullet position */
	margin: 0px 0px 0px 0px;
}

/* Define paragraph text size */

P
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Initial properties for any FORM */

FORM
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


/* Initial properties for textbox or textarea */

SELECT
{
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px double #000000;
	width: 98%;
}

/* Initial properties for any img */

IMG
{
	border: 0px;
}

A IMG
{
	border: 0px;
}

/* Initial properties for ruler */

HR
{
	color: #000000;
	height: 2px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Initial properties headings */

H6
{
	font-size: 9px;
	font-family: tahoma;
	color: #8A8A8A;
	font-size: 17px;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
H5
{
	font-size: 10px;
	font-family: tahoma;
	color: #8A8A8A;
	font-size: 17px;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
H4
{
	font-size: 11px;
	font-family: tahoma;
	color: #8A8A8A;
	font-size: 17px;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
H3
{
	font-size: 12px;
	font-family: tahoma;
	color: #8A8A8A;
	font-size: 17px;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
H2
{
	font-size: 13px;
	font-family: tahoma;
	color: #8A8A8A;
    text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
H1
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 16px; 
	font-family: Comic Sans MS;
	color: #6f0202;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	text-decoration:underline;
	
}


H1 A:Link
{
	text-decoration: none;
}
H1 A:Visited
{
	text-decoration: none;
}
H1 A:Hover
{
	text-decoration: underline;
}


/* Defualt classes End*/
/******************************************************************************************************************/



/* General classes */
/******************************************************************************************************************/

/* a div to hold all all fixed design */

.divContainer
{
	width: 776px;
	margin: auto;
	border: #4e4e4e 0px solid;
	background-image: none;
	background-repeat: no-repeat;
}

/* top links styles : home-aboutus.... */

.topLinks
{
	font-family: tahoma;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

.topLinks a:link
{
	font-family: tahoma;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.topLinks a:visited
{
	font-family: tahoma;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

.topLinks a:hover
{
	color: #000;
	text-decoration: none;
}

/* Used to highlight any word inside text */

.highlight
{
	color: #000000;
}

/* Use this Class when you want to style any Button */

.inputAllSite
{
	font-size: 11px;
	color: #000000;
	width: 90%;
	padding: 0px 0px 0px 1px;
height:20px;
}


.buttonAllSite
{
	font-size: 11px;
	color: #000000;
	width: auto;
	padding: 0px 0px 0px 0px;
	border: 1px solid #000000;
	background: #ff0000;
	background-image: none;
}

/* make the image border */

.imageBorder
{
	border: 1px #ff0000 solid;
}

/* make the image float left */

.imageLeft
{
	float: left;
	border: 1px #ff0000 solid;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* make the image float right */

.imageRight
{
	float: right;
	border: 1px #ff0000 solid;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Set of borders */

.border
{
	border: 1px solid #c9cacb;
}
.borderTop
{
	border-top: 1px solid #c9cacb;
}

.borderRight
{
	border-right: 1px solid #c9cacb;
}

.borderLeft
{
	border-left: 1px solid #c9cacb;
}

.borderBottom
{
	border-bottom: 1px solid #c9cacb;
}

/* Justify any text */

.justify
{
	text-align: justify;
}

/* Create a horizontal dots separetor */

.horSeparetor
{
	background-image: url(images/hor_dots.gif);
	background-repeat: repeat-x;
}

/* Create a vertical dots separetor */

.verSeparetor
{
	background-image: url(images/ver_dots.gif);
	background-repeat: repeat-y;
}

/* Create a scrolled div */

.scrolledDiv
{
	height: 400px;
	width: 720px;
	overflow: scroll;
	margin: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #b4b4b4;
}

/* Classes for footer */

.footer
{
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.footer A:link
{
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.footer A:visited
{
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.footer A:hover
{
	color: #000000;
	text-decoration: underline;
}

/* Additional text : change ColorName to your requierd color */

.txtColorName
{
	font-family: tahoma;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
.txtColorName A:link
{
	font-family: tahoma;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
.txtColorName A:visited
{
	font-family: tahoma;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
.txtColorName A:hover
{
	color: #fff;
	text-decoration: none;
}

/* General classes End*/

/******************************************************************************************************************/

/* padding Classes */

/* Top Padding*/

.tm1
{
	padding-top: 1px;
}

.tm2
{
	padding-top: 2px;
}

.tm3
{
	padding-top: 3px;
}

.tm4
{
	padding-top: 4px;
}

.tm5
{
	padding-top: 5px;
}

.tm6
{
	padding-top: 6px;
}

.tm7
{
	padding-top: 7px;
}

.tm8
{
	padding-top: 8px;
}

.tm9
{
	padding-top: 9px;
}

.tm10
{
	padding-top: 10px;
}

.tm11
{
	padding-top: 11px;
}

.tm12
{
	padding-top: 12px;
}

.tm13
{
	padding-top: 13px;
}

.tm14
{
	padding-top: 14px;
}

.tm15
{
	padding-top: 15px;
}

.tm16
{
	padding-top: 16px;
}

.tm17
{
	padding-top: 17px;
}

.tm18
{
	padding-top: 18px;
}

.tm19
{
	padding-top: 19px;
}

.tm20
{
	padding-top: 20px;
}

.tm22
{
	padding-top: 22px;
}

.tm24
{
	padding-top: 24px;
}

.tm25
{
	padding-top: 25px;
}

.tm27
{
	padding-top: 27px;
}

.tm30
{
	padding-top: 30px;
}

.tm45
{
	padding-top: 45px;
}

.tm50
{
	padding-top: 50px;
}

.tm55
{
	padding-top: 55px;
}

.tm60
{
	padding-top: 60px;
}

/* Right Padding*/

.rm1
{
	padding-right: 1px;
}

.rm2
{
	padding-right: 2px;
}

.rm3
{
	padding-right: 3px;
}

.rm4
{
	padding-right: 4px;
}

.rm5
{
	padding-right: 5px;
}

.rm6
{
	padding-right: 6px;
}

.rm7
{
	padding-right: 7px;
}

.rm8
{
	padding-right: 8px;
}

.rm9
{
	padding-right: 9px;
}

.rm10
{
	padding-right: 10px;
}

.rm11
{
	padding-right: 11px;
}

.rm12
{
	padding-right: 12px;
}

.rm13
{
	padding-right: 13px;
}

.rm14
{
	padding-right: 14px;
}

.rm15
{
	padding-right: 15px;
}

.rm17
{
	padding-right: 17px;
}

.rm18
{
	padding-right: 18px;
}

.rm19
{
	padding-right: 19px;
}

.rm20
{
	padding-right: 20px;
}

.rm21
{
	padding-right: 21px;
}

.rm22
{
	padding-right: 22px;
}

.rm23
{
	padding-right: 23px;
}

.rm24
{
	padding-right: 24px;
}

.rm25
{
	padding-right: 25px;
}

.rm30
{
	padding-right: 30px;
}

.rm35
{
	padding-right: 35px;
}

.rm40
{
	padding-right: 40px;
}

.rm45
{
	padding-right: 45px;
}

.rm50
{
	padding-right: 50px;
}

.rm55
{
	padding-right: 55px;
}

.rm60
{
	padding-right: 60px;
}

/* buttom Padding*/

.bm1
{
	padding-bottom: 1px;
}

.bm2
{
	padding-bottom: 2px;
}

.bm3
{
	padding-bottom: 3px;
}

.bm4
{
	padding-bottom: 4px;
}

.bm5
{
	padding-bottom: 5px;
}

.bm6
{
	padding-bottom: 6px;
}

.bm7
{
	padding-bottom: 7px;
}

.bm8
{
	padding-bottom: 8px;
}

.bm9
{
	padding-bottom: 9px;
}

.bm10
{
	padding-bottom: 10px;
}

.bm11
{
	padding-bottom: 11px;
}

.bm12
{
	padding-bottom: 12px;
}

.bm13
{
	padding-bottom: 13px;
}

.bm14
{
	padding-bottom: 14px;
}

.bm15
{
	padding-bottom: 15px;
}

.bm16
{
	padding-bottom: 16px;
}

.bm17
{
	padding-bottom: 17px;
}

.bm18
{
	padding-bottom: 18px;
}

.bm19
{
	padding-bottom: 19px;
}

.bm20
{
	padding-bottom: 20px;
}

.bm22
{
	padding-bottom: 22px;
}

.bm25
{
	padding-bottom: 25px;
}

.bm30
{
	padding-bottom: 30px;
}

.bm33
{
	padding-bottom: 33px;
}

.bm35
{
	padding-bottom: 35px;
}

.bm40
{
	padding-bottom: 40px;
}

.bm45
{
	padding-bottom: 45px;
}

.bm50
{
	padding-bottom: 50px;
}

.bm55
{
	padding-bottom: 55px;
}

.bm60
{
	padding-bottom: 60px;
}

/* Left Padding*/

.lm1
{
	padding-left: 1px;
}

.lm2
{
	padding-left: 2px;
}

.lm3
{
	padding-left: 3px;
}

.lm4
{
	padding-left: 4px;
}

.lm5
{
	padding-left: 5px;
}

.lm7
{
	padding-left: 7px;
}

.lm8
{
	padding-left: 8px;
}

.lm10
{
	padding-left: 10px;
}

.lm11
{
	padding-left: 11px;
}

.lm12
{
	padding-left: 12px;
}

.lm13
{
	padding-left: 13px;
}

.lm15
{
	padding-left: 15px;
}

.lm17
{
	padding-left: 17px;
}

.lm20
{
	padding-left: 20px;
}

.lm22
{
	padding-left: 22px;
}

.lm25
{
	padding-left: 25px;
}

.lm30
{
	padding-left: 30px;
}

.lm35
{
	padding-left: 35px;
}

.lm40
{
	padding-left: 40px;
}

.lm45
{
	padding-left: 45px;
}

.lm50
{
	padding-left: 505px;
}

.lm55
{
	padding-left: 55px;
}

.lm60
{
	padding-left: 60px;
}

/* General Padding */

.m1
{
	padding: 1px;
}

.m2
{
	padding: 2px;
}

.m3
{
	padding: 3px;
}

.m4
{
	padding: 4px;
}

.m5
{
	padding: 5px;
}

.m6
{
	padding: 6px;
}

.m7
{
	padding: 7px;
}

.m8
{
	padding: 8px;
}

.m9
{
	padding: 9px;
}

.m10
{
	padding: 10px;
}

.m11
{
	padding: 11px;
}

.m12
{
	padding: 12px;
}

.m13
{
	padding: 13px;
}

.m14
{
	padding: 14px;
}

.m15
{
	padding: 1px;
}

.m16
{
	padding: 16px;
}

.m17
{
	padding: 17px;
}

.m18
{
	padding: 18px;
}

.m19
{
	padding: 19px;
}

.m20
{
	padding: 20px;
}

.m25
{
	padding: 25px;
}

.m30
{
	padding: 30px;
}

.m35
{
	padding: 35px;
}

.m40
{
	padding: 40px;
}

.m45
{
	padding: 45px;
}

.m50
{
	padding: 50px;
}


/* ##################################		Menu Type 2 Styles (Vertical Menu)		######################### */


td.wpm_arrow /* menu arrow  */
{
	/* background-image:url(../images/menuBtnBG_Hover.gif); background-repeat:no-repeat; */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #ff6600;
	text-align: right;
	height: 20px;
	color: #FFFFFF;
	vertical-align: middle;
}
td.wpm_menu_level1 /* first level TD */
{
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/menuBtnBG.gif);
	background-repeat: no-repeat;
	background-color: #ff9900;
	text-align: left;
	height: 20px;
	text-transform: uppercase;
}
td.wpm_menu_level1_over /* first level TD hover */
{
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 00px;
	background-image: url(../images/menuBtnBG_Hover.gif);
	background-repeat: no-repeat;
	background-color: #ff9900;
	text-align: left;
	height: 20px;
	text-transform: uppercase;
}
a.wpm_menu_level1 /* first level text link */
{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.wpm_menu_level1:visited /* first level text visited */
{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.wpm_menu_level1:hover /* first level text hover */
{
	color: #ffffff;
	text-decoration: none;
}
td.wpm_separator /* menu separetor */
{
	height: 1px;
	width: 1px; /* background-color: #ffffff; */
}


/*Level 2*/

div.wpm_menu_level2_parent /* div that hold all level 2 */
{
	position: relative;
	width: 100%;
}
div.wpm_menu_level2_child /* div that hold all level 2 subs */
{
	display: none;
	top: -20px;
	left: 100%;
	width: 100%;
	position: absolute;
}

td.wpm_menu_level2_top_item /* Second level top TD */
{
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	background-color: #FC8114;
	border-top: solid 0px #FFFFFF;
	border-right: solid 0px #FFFFFF;
	border-bottom: solid 0px #FFFFFF;
	border-left: solid 0px #FFFFFF;
	height: 20px;
	text-transform: uppercase;
}
td.wpm_menu_level2_top_item_over /* Second level top TD hover */
{
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	background-color: #ff9900;
	border-top: solid 0px #FFFFFF;
	border-right: solid 0px #FFFFFF;
	border-bottom: solid 0px #FFFFFF;
	border-left: solid 0px #FFFFFF;
	height: 20px;
	text-transform: uppercase;
}
td.wpm_menu_level2 /* Second level of all TDs*/
{
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	background-color: #FC8114;
	border-top: solid 1px #FFFFFF;
	border-right: solid 0px #FFFFFF;
	border-bottom: solid 0px #FFFFFF;
	border-left: solid 0px #FFFFFF;
	height: 20px;
	text-transform: uppercase;
}
td.wpm_menu_level2_over /* Second level of all TDs hover */
{
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	background-color: #ff9900;
	border-top: solid 1px #FFFFFF;
	border-right: solid 0px #FFFFFF;
	border-bottom: solid 0px #FFFFFF;
	border-left: solid 0px #FFFFFF;
	height: 20px;
	text-transform: uppercase;
}
a.wpm_menu_level2 /* Second level text link */
{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

a.wpm_menu_level2:visited /* Second level text link visited */
{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

a.wpm_menu_level2:hover /* Second level text link hover */
{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}



/*Level 3*/
div.wpm_menu_level3_parent
{
	position: relative;
	width: 100%;
}
div.wpm_menu_level3_child
{
	display: none;
	top: -20px;
	left: 100%;
	width: 100%;
	position: absolute;
}
td.wpm_menu_level3_top_item /* Second level TD of top TD */
{
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	background-color: #FC8114;
	border-top: solid 0px #FFFFFF;
	border-right: solid 0px #FFFFFF;
	border-bottom: solid 0px #FFFFFF;
	border-left: solid 0px #FFFFFF;
	height: 20px;
	text-transform: uppercase;
}
td.wpm_menu_level3_top_item_over /* Second level TD of top TD hover */
{
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	background-color: #ff9900;
	border-top: solid 0px #FFFFFF;
	border-right: solid 0px #FFFFFF;
	border-bottom: solid 0px #FFFFFF;
	border-left: solid 0px #FFFFFF;
	height: 20px;
	text-transform: uppercase;
}
td.wpm_menu_level3 /* Third level of all TDs */
{
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	background-color: #FC8114;
	border-top: solid 1px #FFFFFF;
	border-right: solid 0px #FFFFFF;
	border-bottom: solid 0px #FFFFFF;
	border-left: solid 0px #FFFFFF;
	height: 20px;
	text-transform: uppercase;
}

td.wpm_menu_level3_over
{
	background-color: #A8AAEE; /* Third level of all TDs hover */
	font-family: Arial;
	font-size: 11px;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	height: 22px;
	padding-left: 3px;
}
a.wpm_menu_level3 /* Third level text link */
{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

a.wpm_menu_level3:visited /* Second level text link visited */
{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
a.wpm_menu_level3:hover /* Second level text link hover */
{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
/*******/


/* -------------------------------------------------------Start News STYLE------------------------------------------------------- */

.news_tiker
{
	font-size: 11px;
	color: #7D7D7D;
	font-family: arial;
	text-decoration: none;
	background-color: #EEEEEE;
	padding: 2px 5px 2px 5px;
}
.news_tiker:hover
{
	font-size: 11px;
	color: #7D7D7D;
	font-family: arial;
	text-decoration: underline;
	background-color: #EEEEEE;
	padding: 2px 5px 2px 5px;
}
.news_title
{
	font-family: arial;
	font-size: 11px;
	color: #6f0202;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px #d7d7d7 solid;
	padding: 5px 0px 0px 0px;
}
.new_body
{
	font-size: 11px;
	color: #7D7D7D;
	font-family: arial;
	text-decoration: none;
	text-align: justify;
	padding: 3px;
}
.news_title_WL
{
	font-size: 11px;
	color: #005AA8;
	font-family: arial;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
}

.news_Searchtitle
{
	font-size: 11px;
	color: #005AA8;
	font-family: arial;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
.news_image
{
	float: left;
	margin: 5px 10px 5px 5px;
	border: 1px solid #7D7D7D;
}
.new_latest_title
{
	font-size: 11px;
	color: #ffffff;
	font-family: arial;
	text-decoration: none;
	background-color: #b9b9b9;
	padding: 2px 5px 2px 5px;
}
.new_latest_date
{
	font-size: 11px;
	color: #6f0202;
	font-family: arial;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
}
.news_latest_link
{
	font-size: 11px;
	color: #7D7D7D;
	font-family: arial;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
}
.news_latest_link:hover
{
	font-size: 11px;
	color: #7D7D7D;
	font-family: arial;
	text-decoration: underline;
	padding: 2px 5px 2px 5px;
}

.news_more_link
{
	font-size: 11px;
	color: #005AA8;
	font-family: arial;
	text-decoration: none;
}
.news_more_link:hover
{
	font-size: 11px;
	color: #005AA8;
	font-family: arial;
	text-decoration: underline;
}
.news_input
{
	border: 1px solid #7d7d7d;
	font-family: Arial;
	font-size: 11px;
}
.news_button
{
	width: 30px;
	background-color: #005AA8;
	color: #ffffff;
	border: 1px;
	font-size: 11px;
}
.news_list
{
	border: 1px solid #7d7d7d;
	font-family: Arial;
	font-size: 11px;
	width: 120px;
}
.news_searchtable
{
	background-color: #f7f7f7;
}
.news_link
{
	font-size: 11px;
	color: #005AA8;
	padding-bottom: 2px;
	padding-top: 2px;
	font-family: Arial;
	font-weight: bold;
}

.news_link:hover
{
	font-size: 11px;
	color: #005AA8;
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: underline;
	font-family: Arial;
	font-weight: bold;
}
.Modules_subtitles
{
	font-size: 11px;
	color: #005AA8;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-family: Arial;
	font-weight: bold;
	border-bottom: 1px solid #005AA8;
}

.Modules_subtitles_wl
{
	font-family: arial;
	font-size: 11px;
	color: #6f0202;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
}

.Modules_white_wl
{
	font-size: 11px;
	color: #ffffff;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-top: 2px;
	font-family: Arial;
	font-weight: bold;
}
.title_red
{
	font-family: arial;
	font-size: 11px;
	color: #6f0202;
	font-weight: bold;
}

.text_justify
{
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}


.text_white_justify
{
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	text-align: justify;
}

.text_white
{
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	
}

.button
{
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	border: 1px solid #d54027;
	background-color: #a70808;
	width: 50px;
	cursor: pointer;
}


/* ########################		Web Page Manager End Menu Styles #####################*/

/** Specil For the site*/
TD.submenu_header
{
	background-color: #ffffff;
	border: solid 1px #000000;
	font: 10px verdana;
	color: #000000;
	height: 18px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none; /*padding: 2px; 	width: 100px;*/
	border-bottom-color: White;
	border-top-color: White;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-left-color: black;
}
A.submenu
{
	font-size: 11px;
	font-family: tahoma;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
A.submenu:hover
{
	text-align: center;
	color: #000000;
}
A.submenu:active
{
	text-align: center;
	color: #000000;
}

A.submenu:visited
{
	text-align: center;
	color: #000000;
}

.MenuDiv1
{
	position: relative;
	width: 100%;
}
.MenuDiv2
{
	display: none;
	top: 5px;
	width: 100%;
	left: -17px;
	position: absolute;
}
.MenuDiv3
{
	display: none;
	top: -20px;
	width: 100%;
	left: 100%;
	position: absolute;
}
.divNews
{
	overflow: hidden;
	width: 100%;
	color: transparent;
	position: relative;
	top: 0px;
	height: 170px;
}
.divPlusButton
{

position:absolute;
left: -10px;
 top:130px
}
.FontRed
{
COLOR: #990000
}
.BGImage
{
BACKGROUND-IMAGE: url(../images/inner_bg.gif); 
BACKGROUND-REPEAT: no-repeat	
	
}
.HeaderBorder
{
BORDER: #7f0606 1px solid; 
}
.HeaderBorderBottom
{
BORDER-bottom: #7f0606 1px solid; 
}
.footerBG
{
background-image:url(../images/bg_footer.gif);background-repeat:repeat-x;
}
.divHeader
{
Z-INDEX: -100
}
.HeadearPadding
{
padding:29px 5px 5px 0px	
}
.HeaderClass1
{
border: 1px solid #e8e8e8;padding:3px;	
}
.HeaderTell
{
BACKGROUND-REPEAT: no-repeat;
background-image:url(../Images/TellaFriend.jpg)	
}
.HeaderContact
{
BACKGROUND-REPEAT: no-repeat;
background-image:url(../Images/contact_us.jpg)	
}
.TellafriendTdTitle
{
padding-top:4px;font-size:11px;font-family: Arial;color: white;font-weight: bold;
}
.TellafriendTdText
{
font-size:11px;font-family: Verdana;padding-top:20px;color: white;
}
.HeaderBG1
{
background-image:url(../images/bg_title.jpg);
padding-left:5px; 
color:#ffffff;
BORDER-BOTTOM: #000000 1px solid;
}

.filter1
{
FILTER: revealtrans(transition=23,duration=2); POSITION: absolute;LEFT: 0px;TOP:10px	
}
.filter2
{
FILTER: revealtrans(transition=23,duration=2); LEFT: 0px; POSITION: relative; TOP: 0px
}
.hidden
{
	visibility: hidden;
}
.filter3
{
Display: none;FILTER: revealtrans(transition=23,duration=2);POSITION: absolute;LEFT: 0px;TOP:10px
}
.filter4
{
Display: none;FILTER: revealtrans(transition=23,duration=2); LEFT: 0px; POSITION: relative; TOP: 0px
}
.filter5
{
Display: block;OVERFLOW: hidden; FILTER: revealtrans(transition=23,duration=2); LEFT: 0px; POSITION: absolute; TOP: 0px	
}
.filter6
{
Display: block;OVERFLOW: hidden; FILTER: revealtrans(transition=23,duration=2); LEFT: 0px; POSITION: relative; TOP: 0px	
}
.filter7
{
LEFT: 0px; POSITION: relative; TOP: 0px	
}
.filter8
{
Display: none;OVERFLOW: hidden; FILTER: revealtrans(transition=23,duration=2); LEFT: 0px; POSITION: absolute; TOP: 0px
}
.filter9
{
	Display: none;OVERFLOW: hidden; FILTER: revealtrans(transition=23,duration=2); LEFT: 0px; POSITION: relative; TOP: 0px
}
.categoryDiv
{
OVERFLOW: hidden;  WIDTH: auto;  HEIGHT: 113px;  BACKGROUND-COLOR: transparent
}
.textAreaClass{WIDTH: 234px; HEIGHT: 200px}
.productDiv
{
position:relative;OVERFLOW: hidden; WIDTH: 100%;  HEIGHT: 170px;  BACKGROUND-COLOR: transparent	
}
.error
{
font-family: Arial;
font-size:11px;
color: Red;
}
.SiteBG
{
PADDING-BOTTOM:100px;background-image:url(../images/montagnes.gif); background-repeat:no-repeat; background-position:bottom;	
}
