/* CSS Document */

.Color1 {
	background-color:#FFFFFF;
}
.Color2 {
	background-color:#E8EFF9;
}
.Color3 {
	background-color:#3A8BE6;
}
.Color4 {
	background-color:#D7D7D7;
}
.Color5 {
	background-color:#CBD8ED;
}
.Color6 {
	background-color:#F56F1A;
}
.Color7 {
	background-color:#F6F6F6;
}
.HighlightY {
	background-color:#FFFF66;
}
.HighlightB {
	background-color:#E8EFF9;
}
.TopMenuBg {
	background-image:url(../images/menu_bg.gif);
	background-repeat:no-repeat;
	height:27px;
}
.DeshLine {
	background-image:url(../images/desh_line.gif);
	background-repeat:repeat-x;
	height:1px;
}

/* fancy pullquotes */

.pullquote {
	background: #E8EFF9 url(../images/left_quote.gif) no-repeat 0 0;
	border: 1px solid #E8EFF9;
	margin: 0px 40px;
	}
	.pullquote p {
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
		color:3A8BE6;
		text-align: center;
		background: url(../images/right_quote.gif) no-repeat 100% 100%;
		padding: 12px 65px;
	}
.Smallpullquote {
	background: #E8EFF9 url(../images/left_quote.gif) no-repeat 0 0;
	border: 1px solid #E8EFF9;
	margin: 0px 150px;
	}
	.Smallpullquote p {
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
		color:3A8BE6;
		text-align: center;
		background: url(../images/right_quote.gif) no-repeat 100% 100%;
		padding: 12px 65px;
	}
.Bluepullquote {
	background: #FFFFFF url(../images/blue_left_quote.gif) no-repeat 0 0;
	border: 1px solid #FFFFFF;
	margin: 0px 40px;
	}
	.Bluepullquote p {
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
		color:3A8BE6;
		text-align: center;
		background: url(../images/blue_right_quote.gif) no-repeat 100% 100%;
		padding: 12px 65px;
	}

.Border {
	border:1px solid #D7D7D7;
}
.ImgBotBorder {
	border-bottom:1px solid #D7D7D7;
}

.VerLine {
	background-image:url(../images/ver_line.gif);
	background-repeat:repeat-y;
	width:15px;
}
.Button {
	background-color:#3A8BE6;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	border:1px solid #3C7FAF;
	color:#FFFFFF;
}
