/***************************************************************************************/
/* Defualt classes */
/***************************************************************************************/

BODY
{
	font-family: arial;
	font-size: 12px;
	color: #000000;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	background-repeat: repeat-x;
	background-position: top;
	height: 715px;
	background-color: #FFFFFF;
}

/* Initial properties for common links */

A:link
{
	font-family: arial;
	font-size: 12px;
	color: #002d56;
	text-decoration: none;
}

A:visited
{
	font-family: arial;
	font-size: 12px;
	color: #002d56;
	text-decoration: none;
}

A:hover
{
	font-size: 12px;
	color: #002d56;
	text-decoration: underline;
}
A.instruction
{
	background-color: #C31E5D;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	padding-bottom: 2px;
	padding-left: 2px;
	text-decoration: none;
}
TD.instruction
{
	background-color: #C31E5D;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	padding: 0px 15px 0px 15px;
	vertical-align: middle;
}
/* Initial properties for all Lists */

OL
{
	list-style: decimal;
	padding: 10px 0px 0px 25px; /* the left padding was set to make the bullets appear inside the container */
	margin: 0px 0px 0px 0px;
}


UL
{
	padding: 10px 0px 0px 25px; /* the left padding was set to make the bullets appear inside the container */
	margin: 0px 0px 0px 0px;
}

LI
{
	padding: 0px 0px 10px 0px; /* the left padding was set to give the text left padding from the bullet position */
	margin: 0px 0px 0px 0px;
	color: #000;
}

LI A:link
{
	color: #000;
	text-decoration: none;
}

LI A:visited
{
	color: #000;
	text-decoration: none;
}

LI A:hover
{
	color: #000;
	text-decoration: underline;
}





/* Initial properties for any FORM */

FORM
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Initial properties for textbox or textarea */

INPUT, TEXTAREA
{
	font-family: arial;
	font-size: 12px;
	color: #000;
	padding: 1px 3px 1px 3px;
	margin: 0px 0px 0px 0px;
	border: 1px double #002d56;
	background-color: #ffffff;
	width: 99%;
}

#chk
{
	width: auto;
	background-color: transparent;
	border: 0;
}

.chkRadio input
{
	width: auto;
	background-color: transparent;
	border: 0;
}


input[type="radio"]
{
	width: auto;
	background-color: transparent;
	border: 0;
}

input[type="checkbox"]
{
	width: auto;
	background-color: transparent;
	border: 0;
	margin-right: 5px;
}

#chk2
{
	width: auto;
	background-color: transparent;
	border: 0;
}

SELECT
{
	font-family: arial;
	font-size: 12px;
	color: #666666;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #666666;
	background-color: #ffffff;
	width: 97%;
}

/* Initial properties for any img */

HR
{
	color: #666666;
	height: 2px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Initial properties headings */

H6
{
	font-family: arial;
	font-size: 15px;
	color: #a42822;
	font-weight: normal;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: none;
	background-color: transparent;
}

H5
{
	font-family: arial;
	font-size: 14px;
	color: #a42721;
	font-weight: normal;
	text-transform: none;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	float: none;
}

H4
{
	font-family: arial;
	font-size: 16px;
	color: #a42822;
	font-weight: normal;
	text-transform: none;
	padding: 10px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	float: none;
	background-position: left;
	background-color: transparent;
}

H3
{
	font-family: arial;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-transform: none;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	float: none;
	background-image: none;
	background-repeat: no-repeat;
	background-color: transparent;
}

/* All Page Sub Titles  */
H2
{
	font-family: arial;
	font-size: 14px;
	color: #a7a4a3;
	font-weight: normal;
	text-transform: none;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	float: none;
	background-repeat: no-repeat;
	background-position: left;
	background-color: transparent;
}

/* All Page Titles  */
H1
{
	font-family: arial;
	font-size: 24px;
	color: #a7a4a3;
	font-weight: bold;
	text-transform: none;
	padding: 0px;
	margin: -10px 0px 0px 0px;
	float: none;
}
.HeaderTitle1
{
	color: #a42721;
}
.HeaderTitle2
{
	color: #a42822;
}
.HeaderTitle3
{
	color: #a42822;
}
.HeaderTitle4
{
	color: #a42822;
}

/* Defualt classes End*/
/******************************************************************************************************************/
/* Grid Style */
.news_grid_header
{
	font-size: 12px;
	font-weight: bold;
	color: #4B6078;
	background-color: #BCD3EC;
	text-align: center;
	height: 25px;
	vertical-align: middle;
}


.news_grid_footer
{
	font-size: 11px;
	color: #000000;
	background-color: WhiteSmoke;
	text-align: center;
	height: 25px;
	vertical-align: middle;
}
.news_grid_Item
{
	border: 1px solid #ff00ff;
	font-size: 11px;
	color: #000000;
	background-color: #F4F7FF;
	vertical-align: middle;
}


.news_grid_alternating_item
{
	font-size: 11px;
	color: #000000;
	background-color: White;
	vertical-align: middle;
}


.news_grid_pager
{
	font-size: 11px;
	color: #000000;
	background-color: #BCD3EC;
	text-align: center;
	height: 25px;
	vertical-align: middle;
}



/*Class for the TD that holds the Title*/
.beButton
{
	font-family: Arial;
	color: #ffffff;
	background: url(images/bg.gif);
	width: 100%;
	border: 0px;
}
.titleBg
{
	background-image: url(../images/hor_sep.gif);
	background-repeat: repeat-x;
	background-color: #;
}

/* General classes */
/******************************************************************************************************************/

.h48
{
	height: 48px;
}

.titleStyle
{
	font-family: arial;
	font-size: 18px;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: Center;
}


.headerBorder
{
	border-bottom: 1px solid #075878;
}

.titleBg
{
	background-image: url(../images/hor_sep.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.bgAllSite
{
	background-image: url(../images/bgMenu.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.wbmBgLeftMenu
{
	background-image: url(../images/wbmBgLeftMenu.gif);
	background-repeat: repeat-y;
}

.wbmBgLeftMenuTitle
{
	background-image: url(../images/wbmBgLeftMenuTitle.gif);
	background-repeat: no-repeat;
	height: 28px;
	padding-left: 40px;
}

/* a div to hold all all fixed design */

.divContainer
{
	width: 778px;
	margin: auto;
	border: #666666 0px solid;
	background-image: url(../images/bgMenu.jpg);
	background-repeat: no-repeat;
}

/* top links styles : home-aboutus.... */

td.topLinks
{
	height: 48px;
}

td.topLinks:hover
{
	background: url(.../images/topLinksOver.gif) no-repeat center bottom;
	height: 48px;
}

.topLinks a:link, .topLinks a:visited
{
	font-family: HelveticaNeue,arial;
	font-size: 16px;
	color: #d33c41;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
}

.topLinks a:hover, .topLinks a:active
{
	color: #d33c41;
	text-decoration: underline;
}



td.topLinks_select
{
	background: url(.../images/topLinksOver.gif) no-repeat center bottom;
	height: 48px;
	font-family: HelveticaNeue,arial;
	font-size: 16px;
	color: #d33c41;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: underline;
}

td.topLinks_select a:link, td.topLinks_select a:visited
{
	font-family: HelveticaNeue, arial;
	font-size: 16px;
	color: #d33c41;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
}

.link_home
{
	background: url(../images/link_home.gif) no-repeat 0 0;
}
td.link_home:hover
{
	background: url(../images/link_homeOver.gif) no-repeat 0 0;
}
td.link_home_select
{
	background: url( "../images/topLinksOver.gif" ) no-repeat scroll center bottom transparent;
}

.link_involved
{
	background: url(../images/link_involved.gif) no-repeat 0 0;
}
td.link_involved:hover
{
	background: url(../images/link_involvedOver.gif) no-repeat 0 0;
}
td.link_involved_select
{
	background: url( "../images/topLinksOver.gif" ) no-repeat scroll center bottom transparent;
}

.link_donate
{
	background: url(../images/link_donate.gif) no-repeat 0 0;
}
td.link_donate:hover
{
	background: url(../images/link_donateOver.gif) no-repeat 0 0;
}
td.link_donate_select
{
	background: url( "../images/topLinksOver.gif" ) no-repeat scroll center bottom transparent;
}


/* Set of borders */

.borderNone
{
	border: none;
}

.border
{
	border: 1px solid #c9cacb;
}

.borderTop
{
	border-top: 1px solid #9c9c9c;
}

.borderRight
{
	border-right: 1px solid #c9cacb;
}


.borderLeftt
{
	border-left: 1px solid #c9cacb;
}



.borderLeft1
{
	border-left: 0px solid #a42822;
}

.borderLeft2
{
	border-left: 0px solid #a42822;
}

.borderLeft3
{
	border-left: 0px solid #a42822;
}

.borderLeft4
{
	border-left: 0px solid #a42822;
}

.borderBottom
{
	border-bottom: 1px solid #c9cacb;
}

/* Mark any word with bold */

.Bold
{
	font-weight: bold;
}

.Italic
{
	font-style: italic;
}

/* Justify any text */

.justify
{
	text-align: justify;
}

/* Create a horizontal dots separetor */

.horSeparetor
{
	background-image: url(../images/hor_sep.gif);
	background-repeat: repeat-x;
}

/* Create a vertical dots separetor */

.verSeparetor
{
	background-image: url(../images/ver_sep.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: #ffffff;
	overflow-x: hidden;
}

/* Classes for footer */

.footer
{
	font-family: arial;
	font-size: 8px;
	color: #bbb9bf;
}

.footer A:link, .footer A:visited
{
	font-family: arial;
	font-size: 8px;
	color: #bbb9bf;
	text-decoration: none;
}


.footer A:hover, .footer A:active
{
	color: #bbb9bf;
	text-decoration: underline;
}

.footer span
{
	font-size: 11px;
	font-weight: bold;
}

/* Additional text : change  to your requierd color */

.txtOrange
{
	font-family: arial;
	height: 25px;
	background-repeat: no-repeat;
	color: #fe8700;
}


.txtBlue
{
	font-family: arial;
	font-size: 12px;
	color: #066488;
}

.txtBlue A:link
{
	font-family: arial;
	font-size: 12px;
	color: #066488;
	text-decoration: underline;
}

.txtBlue A:visited
{
	font-family: arial;
	font-size: 12px;
	color: #066488;
	text-decoration: underline;
}

.txtBlue A:hover
{
	color: #066488;
	text-decoration: none;
}

.txtWhite
{
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
}

.txtWhiteSmall
{
	font-family: arial;
	font-size: 9px;
	color: #ffffff;
}
.txtWhite A:link
{
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}

.txtWhite A:visited
{
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}

.txtWhite A:hover
{
	color: #ffffff;
	text-decoration: none;
}

.txtBlack
{
	font-family: arial;
	font-size: 12px;
	color: #000000;
}

.txtBlack A:link
{
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

.txtBlack A:visited
{
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

.txtBlack A:hover
{
	color: #000000;
	text-decoration: none;
}



/* General classes End*/

/******************************************************************************************************************/

/* padding Classes */

/* Top Padding*/
.tm0
{
	padding-top: 0px;
}
.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;
}
.tm21
{
	padding-top: 21px;
}
.tm22
{
	padding-top: 22px;
}
.tm23
{
	padding-top: 23px;
}
.tm24
{
	padding-top: 24px;
}
.tm25
{
	padding-top: 25px;
}
.tm26
{
	padding-top: 26px;
}
.tm27
{
	padding-top: 27px;
}
.tm28
{
	padding-top: 28px;
}
.tm29
{
	padding-top: 29px;
}
.tm30
{
	padding-top: 30px;
}
.tm35
{
	padding-top: 35px;
}
.tm40
{
	padding-top: 40px;
}
.tm45
{
	padding-top: 45px;
}
.tm50
{
	padding-top: 50px;
}
.tm55
{
	padding-top: 55px;
}
.tm60
{
	padding-top: 60px;
}

/* Right Padding*/

.rm0
{
	padding-right: 0px;
}
.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;
}
.rm16
{
	padding-right: 16px;
}
.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;
}
.rm26
{
	padding-right: 26px;
}
.rm27
{
	padding-right: 27px;
}
.rm28
{
	padding-right: 28px;
}
.rm29
{
	padding-right: 29px;
}
.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*/

.bm0
{
	padding-bottom: 0px;
}
.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;
}
.bm21
{
	padding-bottom: 21px;
}
.bm22
{
	padding-bottom: 22px;
}
.bm23
{
	padding-bottom: 23px;
}
.bm24
{
	padding-bottom: 24px;
}
.bm25
{
	padding-bottom: 25px;
}
.bm26
{
	padding-bottom: 26px;
}
.bm27
{
	padding-bottom: 27px;
}
.bm28
{
	padding-bottom: 28px;
}
.bm29
{
	padding-bottom: 29px;
}
.bm30
{
	padding-bottom: 30px;
}
.bm35
{
	padding-bottom: 35px;
}
.bm40
{
	padding-bottom: 40px;
}
.bm45
{
	padding-bottom: 45px;
}
.bm50
{
	padding-bottom: 50px;
}
.bm55
{
	padding-bottom: 55px;
}
.bm60
{
	padding-bottom: 60px;
}
.bm200
{
	padding-bottom: 200px;
}

/* Left Padding*/

.lm0
{
	padding-left: 0px;
}
.lm1
{
	padding-left: 1px;
}
.lm2
{
	padding-left: 2px;
}
.lm3
{
	padding-left: 3px;
}
.lm4
{
	padding-left: 4px;
}
.lm5
{
	padding-left: 5px;
}
.lm6
{
	padding-left: 6px;
}
.lm7
{
	padding-left: 7px;
}
.lm8
{
	padding-left: 8px;
}
.lm9
{
	padding-left: 9px;
}
.lm10
{
	padding-left: 10px;
}
.lm11
{
	padding-left: 11px;
}
.lm12
{
	padding-left: 12px;
}
.lm13
{
	padding-left: 13px;
}
.lm14
{
	padding-left: 14px;
}
.lm15
{
	padding-left: 15px;
}
.lm16
{
	padding-left: 16px;
}
.lm17
{
	padding-left: 17px;
}
.lm18
{
	padding-left: 18px;
}
.lm19
{
	padding-left: 19px;
}
.lm20
{
	padding-left: 20px;
}
.lm21
{
	padding-left: 21px;
}
.lm22
{
	padding-left: 22px;
}
.lm23
{
	padding-left: 23px;
}
.lm24
{
	padding-left: 24px;
}
.lm25
{
	padding-left: 25px;
}
.lm26
{
	padding-left: 26px;
}
.lm27
{
	padding-left: 27px;
}
.lm28
{
	padding-left: 28px;
}
.lm29
{
	padding-left: 29px;
}
.lm30
{
	padding-left: 30px;
}
.lm35
{
	padding-left: 35px;
}
.lm40
{
	padding-left: 40px;
}
.lm45
{
	padding-left: 45px;
}
.lm50
{
	padding-left: 50px;
}
.lm55
{
	padding-left: 55px;
}
.lm60
{
	padding-left: 60px;
}

/* General Padding */

.m0
{
	padding: 0px;
}
.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: 15px;
}
.m16
{
	padding: 16px;
}
.m17
{
	padding: 17px;
}
.m18
{
	padding: 18px;
}
.m19
{
	padding: 19px;
}
.m20
{
	padding: 20px;
}
.m21
{
	padding: 21px;
}
.m22
{
	padding: 22px;
}
.m23
{
	padding: 23px;
}
.m24
{
	padding: 24px;
}
.m25
{
	padding: 25px;
}
.m26
{
	padding: 26px;
}
.m27
{
	padding: 27px;
}
.m28
{
	padding: 28px;
}
.m29
{
	padding: 29px;
}
.m30
{
	padding: 30px;
}
.m35
{
	padding: 35px;
}
.m40
{
	padding: 40px;
}
.m45
{
	padding: 45px;
}
.m50
{
	padding: 50px;
}
.m55
{
	padding: 55px;
}
.m60
{
	padding: 60px;
}

/* ------------------------------Accordion Faq Styles-------------------------------------- */
.accordionHeader
{
	font-family: arial;
	font-size: 13px;
	background-color: #f7f7f7;
	background-image: url(../images/Bullet1.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-weight: bold;
	border-top: 1px solid #ffffff;
	border-left: 0px solid #f1f1f1;
	border-bottom: 1px solid #cccccc;
	border-right: 0px solid #f1f1f1;
	padding: 5px 5px 5px 30px;
	cursor: pointer;
}
.accordionHeaderSelected
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #f5f5f5;
	border: 1px solid #2F4F4F;
	padding: 5px;
	cursor: pointer;
}
.accordionContent
{
	background-color: #f9f9f9;
	border: 1px dashed #cccccc;
	border-top: none;
	padding: 15px;
	border-top: none;
	text-align: justify;
}


/* ########################		Site Map Styles #####################*/

td.site_map_level1
{
	font-family: arial;
	font-size: 12px;
	height: 25px;
	padding-left: 10px;
	font-weight: bold;
	color: #00658d;
	background-repeat: no-repeat;
}

a.site_map_level1
{
	font-family: arial;
	font-size: 16px;
	color: #00658d;
	padding-left: 3px;
	text-decoration: none;
}
a.site_map_level1:hover
{
	font-family: arial;
	font-size: 16px;
	color: #00658d;
	padding-left: 3px;
	text-decoration: underline;
}
a.site_map_level1:visited
{
	font-family: arial;
	font-size: 16px;
	color: #00658d;
	padding-left: 3px;
	text-decoration: none;
}
td.site_map_level2
{
	font-family: arial;
	font-size: 14px;
	padding-left: 40px;
	text-decoration: none;
	padding-top: 0px;
	height: 25px;
	color: #666666;
	background-repeat: no-repeat;
}
a.site_map_level2
{
	font-family: arial;
	font-size: 14px;
	color: #666666;
	padding-left: 5px;
	text-decoration: none;
}

a.site_map_level2:hover
{
	font-family: arial;
	font-size: 14px;
	color: #666666;
	padding-left: 5px;
	text-decoration: underline;
}
a.site_map_level2:visited
{
	font-family: arial;
	font-size: 14px;
	color: #666666;
	padding-left: 5px;
}

td.site_map_level3
{
	font-family: arial;
	font-size: 11px;
	height: 25px;
	padding-left: 70px;
	padding-top: 3px;
	background-repeat: no-repeat;
	color: #fe8700;
}
a.site_map_level3
{
	font-family: arial;
	font-size: 11px;
	color: #fe8700;
	padding-left: 5px;
	text-decoration: none;
}
a.site_map_level3:hover
{
	font-family: arial;
	font-size: 11px;
	color: #fe8700;
	padding-left: 5px;
	text-decoration: underline;
}
a.site_map_level3:visited
{
	font-family: arial;
	font-size: 11px;
	color: #fe8700;
	padding-left: 5px;
}

/* ########################		Web Page Manager End Menu Styles #####################*/


.txtDarkBlue
{
	color: #002d56;
	font-size: 11px;
}

a.txtDarkBlue:link
{
	color: #002d56;
	font-size: 11px;
	text-decoration: none;
}

a.txtDarkBlue:visited
{
	color: #002d56;
	font-size: 11px;
	text-decoration: none;
}

a.txtDarkBlue:hover
{
	color: #002d56;
	font-size: 11px;
	text-decoration: underline;
}

a.txtDarkBlue:active
{
	color: #002d56;
	font-size: 11px;
	text-decoration: underline;
}


/*--------------------------------------- new classes ------------------------------------------------------------*/
/* class for any validation control */
.ValidationControls
{
	font-size: 11px;
	color: Red;
}

/* class for any warning or error message */
.WarningError
{
	font-size: 11px;
	color: Red;
}

/* class for any label concatented with textbox */
.txtFields
{
	font-family: arial;
	font-size: 12px;
	color: #066488;
}

.txtFields A:link
{
	font-family: arial;
	font-size: 12px;
	color: #066488;
	text-decoration: underline;
}

.txtFields A:visited
{
	font-family: arial;
	font-size: 12px;
	color: #066488;
	text-decoration: underline;
}

.txtFields A:hover
{
	color: #066488;
	text-decoration: none;
}

/* class for date */
.txtDate
{
	font-family: arial;
	font-size: 12px;
	color: #066488;
}


/* Use this Class when you want to style any Button */
.buttonAllSite
{
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	height: 18px;
	width: auto;
	padding: 0px 2px 1px 2px;
	border: 0px solid #07759f;
	background-color: #271128;
}

/* class for more link */
a.more:link
{
	font-family: arial;
	font-size: 12px;
	color: #fe7f00;
	text-decoration: none;
}

a.more:visited
{
	font-family: arial;
	font-size: 12px;
	color: #fe7f00;
	text-decoration: none;
}

a.more:hover
{
	font-family: arial;
	font-size: 12px;
	color: #fe7f00;
	text-decoration: underline;
}

/* class for back link */
a.Back:link
{
	font-family: arial;
	font-size: 12px;
	color: #fe7f00;
	text-decoration: none;
}

a.Back:visited
{
	font-family: arial;
	font-size: 12px;
	color: #fe7f00;
	text-decoration: none;
}

a.Back:hover
{
	font-family: arial;
	font-size: 12px;
	color: #fe7f00;
	text-decoration: underline;
}

/* Image Settings */
.imageBorder
{
	border: 1px #b5b5b5 solid;
}
.imageLeft
{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 3px 7px 3px 0px;
	border: 1px #b5b5b5 solid;
}

.imageLeft2
{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 3px 7px 3px 0px;
	border: 0px #b5b5b5 solid;
}
.imageRight
{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 5px 7px;
	border: 1px #b5b5b5 solid;
}

.imageRight2
{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 5px 7px;
	border: 0px #b5b5b5 solid;
}

.imageLeftWithoutBorder
{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 7px 5px 0px;
	border: 0px #988968 solid;
}
.imageRightWithoutBorder
{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 7px;
	border: 0px #988968 solid;
}

/* ------------------------------Vertical News Styles-------------------------------------- */
#news
{
	background: #eee;
	padding-left: 5px;
	padding-right: 5px;
}
#news a
{
	color: #000;
}
#news tr
{
	margin: 0 0 0 0em;
	padding: 0;
}
#news td
{
	line-height: 2em;
}
#news.hasJS
{
	height: 120px;
	overflow: hidden;
	position: relative;
}
#news2
{
	position: absolute;
	top: 150px;
	padding-left: 10px;
	padding-right: 5px;
}
#newsMaster
{
	background: #eee;
	padding-left: 5px;
	padding-right: 5px;
}
#newsMaster a
{
	color: #000;
}
#newsMaster tr
{
	margin: 0 0 0 0em;
	padding: 0;
}
#newsMaster td
{
	line-height: 2em;
}
#newsMaster.hasJSMaster
{
	height: 120px;
	overflow: hidden;
	position: relative;
}
#news2Master
{
	position: absolute;
	top: 150px;
	padding-left: 10px;
	padding-right: 5px;
}
.news_bg
{
	background-image: url(../images/news_bg.gif);
	background-repeat: repeat-x;
	height: 48px;
}
LI.Ticker
{
	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;
	color: #666666;
}

LI.Ticker A:link
{
	color: #666666;
	text-decoration: none;
}

LI.Ticker A:visited
{
	color: #666666;
	text-decoration: none;
}

LI.Ticker A:hover
{
	color: #666666;
	text-decoration: underline;
}


/*background for horizontal ticker*/
.BackgroundTicker
{
	background-color: #f8f8f8;
}

.NewsSearchBox
{
	border: 1px solid #cccccc;
	background-color: #f8f8f8;
}
/* ------------------------------Vertical News Styles END-------------------------------------- */

/* ----------------------------- Datagrid Styles -----------------------------------------------*/
.GridItem
{
	font-size: 11px;
	color: #000000;
	background-color: #f9f9f9;
	vertical-align: middle;
}


.GridAlternatingItem
{
	font-size: 11px;
	color: #000000;
	background-color: White;
	vertical-align: middle;
}

.GridHeader
{
	font-size: 12px;
	font-weight: bold;
	color: #4B6078;
	background-color: #BCD3EC;
	text-align: center;
	height: 25px;
	vertical-align: middle;
}


.GridFooter
{
	font-size: 11px;
	color: #000000;
	background-color: White;
	text-align: center;
	height: 25px;
	vertical-align: middle;
}

.GridPager
{
	font-size: 11px;
	color: #000000;
	background-color: #BCD3EC;
	text-align: center;
	height: 25px;
	vertical-align: middle;
}
/* ----------------------------- Datagrid Styles END-----------------------------------------------*/

/* ----------------------------- Datalist Style ---------------------------------------------------*/
.DataListSelectedItemStyle
{
	font-size: 11px;
	color: #000000;
	background-color: #008A8C;
	vertical-align: middle;
}
.DataListAlternatingItemStyle
{
	color: #000000;
	background-color: #f2f2f2;
	vertical-align: middle;
}
.DataListItemStyle
{
	color: #000000;
	background-color: #ffffff;
	vertical-align: middle;
}
.DataListHeaderStyle
{
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #f89d53;
	vertical-align: middle;
}
.DataListFooterStyle
{
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #F4F7FF;
	vertical-align: middle;
}

/* ----------------------------- Datalist Style End ---------------------------------------------------*/


/* ---------------------------- Registeration and login -------------------------------------*/
/* -- checkbox no border--- */
#chkRemeberMe input
{
	width: auto;
	border: 0;
	background-color: transparent;
}

#chkRemeberMe2 input
{
	width: auto;
	border: 0;
	background-color: transparent;
}


/* welcome message */
.WelcomeMessage
{
	font-size: 13px;
	text-transform: uppercase;
}

/* ---------------------------- Registeration and login END -------------------------------------*/


/* ---------------------------- GuestBook -------------------------------------*/
.bgTestmonial
{
	background-image: url(../images/bgWhy.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #fe8000;
	height: 173px;
}
/* ---------------------------- GuestBook END -------------------------------------*/


/*-----------------------------------Poll------------------------------------------*/
.GrayBox
{
	border: 1px solid #cccccc;
	background-color: #f8f8f8;
}

#ctl00_ContentPlaceHolder1_PollControl1_tblAnswers input
{
	width: auto;
	background-color: transparent;
	border: 0;
}

#ctl00_PollControl1_tblAnswers input
{
	width: auto;
	background-color: transparent;
	border: 0;
}

/*----------------------------------------Poll END------------------------------------------*/



/*-------------Event Calendar Styles------------------- */

TD.EventsManager_Day
{
	padding: 2px;
	text-align: center;
	border: 1px solid #f8f8f8;
	background-color: #none;
	color: #054963;
}

.EventsManager_Events
{
	color: #054963;
	background-color: #none;
}

.EventsManager_Events a:link
{
	color: #054963;
	text-decoration: underline;
}


.EventsManager_Events a:visited
{
	color: #054963;
	text-decoration: underline;
}


.EventsManager_Events a:hover
{
	color: #ffa900;
	text-decoration: none;
}


.EventsManager_Events a:active
{
	color: #ffa900;
	text-decoration: none;
}


.EventsManager_DayHeader
{
	background-color: #f89d53;
	font-size: 11px;
	color: #fff;
	padding: 3px;
	text-align: center;
}

.EventsManager_borderRightCalendar
{
	border-right: solid 1px #235e9f;
	padding: 5px;
}

.EventsManager_calendarBorder
{
	border: solid 1px #f89d53;
	padding: 0px;
}

.EventManager_Txt
{
	color: #054963;
}

.Header_icons
{
	font-family: arial;
	font-size: 12px;
	color: #00658d;
	text-decoration: none;
}

.Header_icons a:link
{
	font-family: arial;
	font-size: 12px;
	color: #00658d;
	text-decoration: none;
}

.Header_icons a:visited
{
	font-family: arial;
	font-size: 12px;
	color: #00658d;
	text-decoration: none;
}

.Header_icons a:hover
{
	font-family: arial;
	font-size: 12px;
	color: #00658d;
	text-decoration: none;
}

.Header_icons a:active
{
	font-family: arial;
	font-size: 12px;
	color: #00658d;
	text-decoration: none;
}
/*-------------Event Calendar Styles END------------------- */


/*---------------------Product Catalogue -------------------------*/

div.CompareDiv
{
	display: none;
	top: 1px;
	right: 0px;
	width: 100%;
	position: absolute;
	padding-top: 5px;
}
td.CompareDiv /*First Level TD*/
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-repeat: repeat-x;
	height: 33px;
	color: #000000;
	width: auto;
}
td.CompareDiv /*First Level TD over*/
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-repeat: repeat-x;
	height: 33px;
	width: auto;
}
a.CompareDiv /*First Level Text Link*/
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a.CompareDiv:visited /*First Level Text Link visited*/
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a.CompareDiv:hover /*First Level Text Link hover*/
{
	color: #000;
	text-decoration: none;
}

.compare_CT
{
	border-top: 1px solid #505050;
}

.compare_CB
{
	border-bottom: 1px solid #505050;
}

.compare_CL
{
	border-left: 1px solid #505050;
}

.compare_CR
{
	border-right: 1px solid #505050;
}

/*---------------------Product Catalogue END-------------------------*/


.breadCrumbs A:link
{
	font-family: arial;
	font-size: 12px;
	color: #00658d;
	text-decoration: underline;
}

.breadCrumbs A:visited
{
	font-family: arial;
	font-size: 12px;
	color: #00658d;
	text-decoration: underline;
}

.breadCrumbs A:hover
{
	color: #00658d;
	text-decoration: none;
}


/*---------------------My Styles-------------------------*/

IMG
{
	behavior: url(../images/iepngfix.htc);
	border: 0px solid #ffffff;
}

.donaionBox_Bg
{
	background-image: url(../images/donaionBox_Bg.jpg);
	background-repeat: repeat-y;
	widows: 228px;
}

.donaionBox_Bg2
{
	background-image: url(../images/donaionBox_Bg2.jpg);
	background-repeat: repeat-y;
	widows: 228px;
}

.txtHotPink
{
	color: #A42822;
	font-size: 13px;
	border-bottom: 3px solid #c31e5d;
	padding-bottom: 5px;
	border: none;
}
.txt1
{
	color: #a42822;
	font-size: 13px;
	border-bottom: 3px solid #c31e5d;
	padding-bottom: 5px;
	border: none;
}


.txt2
{
	color: #a42822;
	font-size: 13px;
	border-bottom: 3px solid #c31e5d;
	padding-bottom: 5px;
	border: none;
}

.txt3
{
	color: #a42822;
	font-size: 13px;
	border-bottom: 3px solid #c31e5d;
	padding-bottom: 5px;
	border: none;
}


.txt4
{
	color: #a42822;
	font-size: 13px;
	border-bottom: 3px solid #c31e5d;
	padding-bottom: 5px;
	border: none;
}
.txtDarkBlue
{
	color: #002d56;
	font-size: 11px;
}

.txtDarkBlue a:link
{
	color: #002d56;
	font-size: 11px;
	text-decoration: none;
}

.txtDarkBlue a:visited
{
	color: #002d56;
	font-size: 11px;
	text-decoration: none;
}

.txtDarkBlue a:hover
{
	color: #002d56;
	font-size: 11px;
	text-decoration: underline;
}

.txtDarkBlue a:active
{
	color: #002d56;
	font-size: 11px;
	text-decoration: underline;
}

.txtHotPinkSmall
{
	color: #A42822;
	font-size: 11px;
	border-bottom: 1px solid #c31e5d;
	padding-bottom: 5px;
}



.subMenuBg
{
	background-image: url(../images/menuBg.gif);
	background-repeat: repeat-y;
	width: 228px;
}

.Green_sep
{
	background-image: url(../images/green_sep.gif);
	background-repeat: repeat-x;
	height: 4px;
	width: 15px;
}
.subMenuBg1
{
	background-image: url(../images/menuBg1.jpg);
	background-repeat: repeat-y;
	width: 228px;
}
.subMenuBg2
{
	background-image: url(../images/menuBg.gif);
	background-repeat: repeat-y;
	width: 228px;
}

.subMenuBg3
{
	background-image: url(../images/menuBg2.jpg);
	background-repeat: repeat-y;
	width: 228px;
}
.subMenuBg4
{
	background-image: url(../images/menuBg4.jpg);
	background-repeat: repeat-y;
	width: 228px;
}
.txtGreenPink
{
	color: #82cdaf;
	font-size: 11px;
}

.txtGreen
{
	color: #82cdaf;
}

.textlogo1
{
	color: #82CDAF;
}

.textlogo2
{
	color: #4e337c;
}

.textlogo3
{
	color: #c31e5d;
}

.textlogo4
{
	color: #b56cac;
}

.GrayBox
{
	background-color: #f7f7f7;
	border: 1px solid #dddbdc;
}


.txtBlue
{
	color: #4e337c;
}

.darkBlueBorder
{
	border-bottom: 2px solid #002D56;
}
.imageproceed
{
	background-image: url(../images/proceedToPayment2.jpg);
	background-repeat: no-repeat;
	height: 47px;
	width: 228px;
	border: 0;
}




.R_pinkTopbg
{
	background-image: url(../images/top_pinkblock.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 224px;
}

.R_pinkbg
{
	background-image: url(../images/pink_blockbg.jpg);
	background-repeat: repeat-y;
	width: 224px;
}

.R_pinkBottombg
{
	background-image: url(../images/pink_bottombg.jpg);
	background-repeat: no-repeat;
	height: 32px;
	*height: 30px;
	width: 224px;
}


.bBlue_pinkbg
{
	background-image: url(../images/pink_bottomblue.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width: 224px;
}


.Big_whitetxt
{
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

.Small_whitetxt
{
	font-size: 11px;
	color: #FFFFFF;
}

.Small_Bluetxt
{
	font-size: 11px;
	color: #002d55;
}

.LightBlue_Topbg
{
	background-image: url(../images/light_bluetopbg.jpg);
	background-repeat: no-repeat;
	height: 108px;
	width: 225px;
}

.big_Bluetxt
{
	font-size: 17px;
	color: #002d55;
	font-weight: bold;
}

.blue_box
{
	background-color: #002d56;
	border: border: 1px solid #2c547a;
	font-size: 11px;
	color: #6fc5a3;
}

.blue_boxBg
{
	background-image: url(../images/blue_boxBG.jpg);
	background-repeat: repeat-y;
	width: 225px;
}

.Circle_bg
{
	background-image: url(../images/circle_sep.gif);
	background-repeat: repeat-x;
}

.grey_donationbox
{
	background-image: url(../uploads/images/grey_boxbg.jpg);
	background-repeat: repeat-x;
	height: 134px;
}



.txtPurple
{
	color: #a42822;
}

.top_link
{
	font-family: arial;
	font-size: 12px;
	color: #b46dad;
}


.top_link A:link
{
	font-family: arial;
	font-size: 12px;
	color: #b46dad;
	text-decoration: underline;
}

.top_link A:visited
{
	font-family: arial;
	font-size: 12px;
	color: #b46dad;
	text-decoration: none;
}

.top_link A:hover
{
	font-family: arial;
	font-size: 12px;
	color: #b46dad;
	text-decoration: none;
}
.imageproceed
{
	background-image: url(../images/proceedToPayment2.jpg);
	background-repeat: no-repeat;
	height: 47px;
	width: 228px;
	border: 0;
}


.txtOrange
{
	color: #f89c53;
}



.big_bigtxt
{
	font-size: 14px;
	color: #f89c53;
	text-transform: none;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	float: none;
}

.btncolorb
{
	font-family: arial;
	font-size: 12px;
	color: #002d56;
	text-decoration: none;
	text-align: center;
	background-color: #000;
}
.btncolorf
{
	font-family: arial;
	font-size: 12px;
	color: #002d56;
	text-decoration: none;
	text-align: center;
	background-color: #A42722;
}

.chk3 input
{
	width: auto;
	background-color: transparent;
	border: 0;
}

.deletebutton
{
	height: 29px;
	width: auto;
	border: 0px solid #07759f;
	background-image: url(../uploads/images/delete-_btn.jpg);
	background-repeat: no-repeat;
}

.btnpayment
{
	height: 38px;
	width: auto;
	border: 0px solid #07759f;
	background-image: url(../uploads/images/payment.jpg);
	background-repeat: no-repeat;
}


.btnstep3
{
	height: 30px;
	width: auto;
	border: 0px solid #07759f;
	background-image: url(../uploads/images/continue_sep3.jpg);
	background-repeat: no-repeat;
}

.btnUpdate
{
	height: 30px;
	width: auto;
	border: 0px solid #07759f;
	background-image: url(../uploads/images/update_deyails.jpg);
	background-repeat: no-repeat;
}

.btnUpdate1
{
	height: 38px;
	width: auto;
	border: 0px solid #07759f;
	background-image: url(../uploads/images/donation_box.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
}

#ctl00_ContentPlaceHolder1_chkTaxPayer
{
	width: auto;
	background-color: transparent;
	border: 0;
}

#ctl00_ContentPlaceHolder1_chkUpdates
{
	width: auto;
	background-color: transparent;
	border: 0;
}

.txtOrange2
{
	color: #b36dac;
	text-decoration: none;
	border: 0px solid #ffffff;
	width: auto;
	cursor: hand;
}

.IR_donationBoxBg
{
	background-image: url(../images/IR-donation-box-bg.png);
	background-repeat: no-repeat;
	width: 516px;
	height: 321px;
}

.bBlue_pinkbg_big
{
	background-image: url(../images/proceedBtn.gif);
	background-repeat: no-repeat;
	height: 39px;
	width: 272px;
}

.txtgreenramdan
{
	color: #82cdaf;
	text-decoration: none;
	border: 0px solid #ffffff;
	width: auto;
	cursor: hand;
}

.VideoBack
{
	background-image: url(../images/Video-Back.png);
	background-repeat: no-repeat;
	height: 315px;
	width: 512px;
}


.txtMaroon
{
	color: #9e2315;
}

.txtYellow
{
	color: #fdc88c;
}

.txtNavy
{
	color: #2a275e;
}
.txtLightBlue
{
	color: #bfe7f7;
}
.txtBrown
{
	color: #633d38;
}

.txtRed
{
	color: #a42822;
}
.txtCall
{
	color: #a74333;
	font-size: 33px;
	font-weight: bold;
	font-family: Arial;
	letter-spacing: -2px;
	line-height: 40px;
}
.txtSlogan
{
	color: #bcbcbc;
	font-size: 25px;
	font-weight: bold;
	font-family: Arial;
	letter-spacing: -1px;
}

.txtDonateNow
{
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
}
.txtDonateBox
{
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
}

.newsletterTxt
{
	color: #a42722;
	font-size: 14px;
	font-weight: bold;
}
.newsletterTxt a:link, .newsletterTxt a:visited
{
	color: #a42722;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.newsletterTxt a:hover, .newsletterTxt a:active
{
	text-decoration: underline;
}

.newsletterTxt span
{
	color: #888888;
}

.newsBoxTitle
{
	color: #ffffff;
	font-size: 29px;
	font-weight: bold;
	letter-spacing: -1px;
}

a.Ticker:link, a.Ticker:visited
{
	color: #ffffff;
	text-decoration: none;
}
a.Ticker:hover, a.Ticker:active
{
	color: #ffffff;
	text-decoration: underline;
}

/*--Donate Now Styles--*/
.blackcolor, .blackcolor a:link, .blackcolor a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.blackcolor a:hover, .blackcolor a:active
{
	color: #FFFFFF;
	text-decoration: underline;
}

.redcolor, .redcolor a:link, .redcolor a:visited
{
	color: #a42822;
	text-decoration: none;
}
.redcolor a:hover, .redcolor a:active
{
	color: #a42822;
	text-decoration: underline;
}
.summaryTxt
{
	font-size: 12px;
	color: #000000;
}
.makeDonationBG
{
	background: url(../images/makeDonationBG.gif) repeat-x;
}

.register
{
	color: #808284;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.boldfont
{
	font-size: 13px;
}

.donationTitle
{
	font-size: 34px;
	font-weight: normal;
	color: #000000;
	line-height: normal;
}

.Left
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.middle
{
	color: #cc3333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.btm
{
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}

.white
{
	color: #ffffff;
	font-size: 21px;
	font-weight: bold;
}




.Donate_Add
{
	background-image: url(../images/add.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 155px;
	border: 0px;
}


.Donate_Add:hover, .Donate_Add_Hover
{
	background-image: url(../images/addOver.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 155px;
	border: 0px;
	cursor: pointer;
}

.MakeDonate_Add
{
	background-image: url(../images/MakeADonation.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 155px;
	border: 0px;
}


.MakeDonate_Add:hover, .MakeDonate_Add_Hover
{
	background-image: url(../images/MakeADonation_hover.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 155px;
	border: 0px;
	cursor: pointer;
}


a.ProceedLink:link
{
	color: #FFFFFF;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
}

a.ProceedLink:visited
{
	color: #FFFFFF;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
}

a.ProceedLink:hover
{
	color: #FFFFFF;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
}


.DonationBox_ShadowR
{
	background: url(../images/BGshadowR.gif) repeat-y right;
}

.popupControl
{
	background-color: #AAD4FF;
	position: absolute;
	visibility: hidden;
	border-style: solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffff;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}

.mainBannerShadow
{
	background: url(../images/mainBannerShadow.gif) no-repeat;
}

.txtunderdonate
{
	color: #979797;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}

/***********************************NewClassess Direct Debit - step 2****************************/

.directDepit
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	font-weight: bold;
	padding-left: 14px;
}
.donationBasket
{
	border: 2px solid #9f2822;
}

.donationBaskettext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #9a2c2f;
	font-weight: bold;
}

.donationBaskettotal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #9a2c2f;
	font-weight: bold;
}
.donationBasketdtails
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

.donationBasketremove
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d2d2d2;
	font-weight: bold;
}
a.donationBasketremove:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d2d2d2;
	font-weight: bold;
}
a.donationBasketremove:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d2d2d2;
	font-weight: bold;
}
.donationBasketremove:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d2d2d2;
	font-weight: bold;
}
.starvalidatin
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #ef1100;
	font-weight: normal;
}
.selectdonate
{
	width: 70px;
	height: 21px;
	border: 1px solid #799aad;
}
.selectdonateText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14PX;
	color: #6f6e6e;
	font-weight: normal;
}

.downloadForm
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #17190e;
}

.downloadForm A:link
{
	font-family: arial;
	font-size: 12px;
	color: #3633fe;
	text-decoration: none;
}

.downloadForm A:visited
{
	font-family: arial;
	font-size: 12px;
	color: #3633fe;
	text-decoration: none;
}

.downloadForm A:hover
{
	font-size: 12px;
	color: #3633fe;
	text-decoration: underline;
}
.detailsUser
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #000;
	font-weight: bold;
}


.detailsUserText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.detailsUserTex A:link
{
	font-family: arial;
	font-size: 12px;
	color: #0067af;
	text-decoration: underline;
}

.detailsUserTex A:visited
{
	font-family: arial;
	font-size: 12px;
	color: #0067af;
	text-decoration: underline;
}

.detailsUserTex A:hover
{
	font-size: 12px;
	color: #3633fe;
	text-decoration: underline;
}
SELECT.detailsUserinput
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	border: 2px solid #000;
	width: 72px;
	height: 25px;
	margin-bottom: 7px;
}
.detailsUserinput2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	border: 2px solid #000;
	width: 145px;
	height: 19px;
	margin-bottom: 7px;
}
SELECT.detailsUserinput2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	border: 2px solid #000;
	width: 154px;
	height: 25px;
	margin-bottom: 7px;
}
.starvalidatin2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ef1100;
	font-weight: bold;
	padding-left: 8px;
}
/***********************************NewClassess Direct Debit - step 3****************************/
.detailsBank
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
	font-weight: bold;
}
.detailsBankInput
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
	font-weight: normal;
	width: 157px;
	height: 21px;
}
.detailsBankText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
.detailsBankText2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545653;
	font-weight: normal;
}
.starvalidatin3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ef1100;
	font-weight: bold;
}
.bankCode
{
	font-family: Arial, Helvetica, sans-serif;
	width: 25px;
	height: 18px;
	border: 1px solid #7f9cba;
}
.detailsbankRadio
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: normal;
}

.detailsbankRadio a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #353cfe;
	font-weight: normal;
	text-decoration: underline;
}
.detailsbankRadio a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #353cfe;
	font-weight: normal;
	text-decoration: underline;
}
.detailsbankRadio a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
.detailsbankRadioButt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	width: 21px;
	height: 20px;
	border: 0px solid #000;
}
/***********************************NewClassess Direct Debit - step 5****************************/
.Islamicrelief
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000600;
}
.Islamicrelief2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #181d19;
	font-weight: bold;
}
.Islamicrelief2 a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #181d19;
	font-weight: bold;
	text-decoration: none;
}

.Islamicrelief2 a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #181d19;
	font-weight: bold;
	text-decoration: none;
}
.Islamicrelief2 a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}
/***********************************NewClassess Direct Debit - step 5****************************/
.thankYouText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.thankYouText a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

/***********************************NewClassess Donatestep1****************************/
.GrayBox2
{
	background-color: #bfbfbf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}
/***********************************NewClassess Donatestep2****************************/
.GrayBox
{
	background-color: #cdcdcd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
}

.GrayBoxRedTitle
{
	font-size: 16px;
	font-weight: bold;
	color: #ab2927;
}
.detailsUserText2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

.checkBoxBorder
{
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}


.aboutGift
{
	font-family: "Arial Black" , Gadget, sans-serif;
	font-size: 9px;
	color: #a5261d;
}
.aboutGift a:link
{
	font-family: "Arial Black" , Gadget, sans-serif;
	font-size: 9px;
	color: #a5261d;
	text-decoration: none;
}

.aboutGift a:hover
{
	font-family: "Arial Black" , Gadget, sans-serif;
	font-size: 9px;
	color: #a5261d;
	text-decoration: underline;
}

.aboutGift a:visited
{
	font-family: "Arial Black" , Gadget, sans-serif;
	font-size: 9px;
	color: #a5261d;
	text-decoration: none;
}
/****25-7UpdateClasses*/
.detailsbankRadioButt2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	border: 0px solid #000;
	margin-right: 12px;
	background-color: transparent;
}
.tableborder2
{
	border-bottom: 2px solid #cccccc;
	font-size: 14px;
	color: #000;
	height: 30px;
}


.tableborder2input
{
	width: 56px;
	height: 20px;
	border: 1px solid #000;
}

#ctl00_ContentPlaceHolder1_DonateStep11_rdolstAmount
{
	width:100%;
}


#ctl00_ContentPlaceHolder1_DonateStep11_rdolstAmount input[type="radio"] 
{
	margin: 0px 20px 0px 0px;
}


#ctl00_ContentPlaceHolder1_DonateStep11_rdolstAmount TD
{
	border-bottom: 2px solid #cccccc;
	font-size: 14px;
	color: #000;
	height: 30px;
}

#ctl00_ContentPlaceHolder1_DonateStep11_rdolstDonateType
{
	width:100%;
}

#ctl00_ContentPlaceHolder1_DonateStep11_rdolstDonateType input[type="radio"] 
{
	margin: 0px 20px 0px 0px;
}

#ctl00_ContentPlaceHolder1_DonateStep11_rdolstDonateType TD
{
	border-bottom: 2px solid #cccccc;
	font-size: 14px;
	color: #000;
	height: 22px;
}


