body {
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
html {
	height: 100%;
	width: 100%;
}
.palePink {
	background-color: #1b4164;
	height: 18px;
	color: #95A6B7;
	padding-left: 25px;
	padding-right: 25px;
}
.palePink a {
	color: #B8C4CF;
	text-decoration:underline;
}
.palePink a:hover {
	color: #E0E6EB;
	text-decoration:none;
}
.darkPurple {
	background-color: #113879;
}
.paleGrey {
	background-color: #E4E4E4;
	background-image: url(../images/grey_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
#mainMenu {
	display: block;
	margin-top: 10px;
}
.content {
	display: block;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-left: 10px;
}
h1 {
	font-weight: bold;
	color: #300A57;
	font-size: 14px;
	display: block;
	margin: 0px;
}
p {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
h2 {

	font-weight: bold;
	color: #300A57;
	font-size: 12px;
	display: block;
	margin: 0px;
}
.firstPara {
	font-size: 12px;
	font-weight: bold;
}
.quotation {
	background-color: #EAE8EE;
	display: block;
	margin: 0px 0px 10px;
	border: 1px solid #D0D0D0;
	padding: 8px;
}
.heading {
	display: block;
	clear: both;
}
.quotation p {
	display: block;
	margin: 0px;
}
#viewPanel {
	float: right;
	height: 200px;
	width: 320px;
	border: 1px solid #CCCCCC;
	margin-top: 12px;
}
#panelButtons p {
	list-style-type: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#panelButtons {
	display: block;
	float: left;
	height: 200px;
	width: 120px;
	margin-top: 12px;
}
#miniQuote {
	display: block;
	margin: 10px;
}
.red {
	color: #CC0000;
}
.TopHeader {
	height: 90px;
	background-image: url(../images/transfer_top_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
