* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,label,ul,ol,dl,fieldset,address {
	margin: 0;
}

li,dd {
	margin-left: 0;
}

.normal {
	font-size: 10px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 2px;
	padding: 2px;
}

.header {
	margin-bottom: 0px;
	position: relative;
	height: 38px;
}

.errorMsg {
	background-color: #EDEDED;
	color: #ff0000;
	font-weight: normal;
	text-align: center;
	padding: 8px;
	margin: 4px 0 4px 0;
	font-size: 10px;
}

.title {
	color: #1198DC;
	background-color: #EBEBEB;
	padding: 5px;
}

.greyBarLeft {
	background-repeat: no-repeat;
	float: left;
	width: 6px;
	height: 26px;
	margin-top: -5px;
}

.greyBarRight {
	background-repeat: no-repeat;
	float: right;
	width: 6px;
	height: 26px;
	margin-top: -5px;
}

.navigation {
	padding: 5px;
	font-weight: bold;
	color: #999999;
}

.titleTagText {
	padding: 5px;
	height: 20px;
	color: #333333;
}

.titleTagText p {
	padding-top: 3px;
	padding-bottom: 3px;
}

.navigation a {
	color: #999999;
	text-decoration: none;
}

.navigation a:hover {
	border-bottom: 1px solid #ff0000;
}

.horizBG {
	display: inline;
	width: 55px;
	height: 55px;
	margin-right: 1px;
}

.imgBorder {
	margin-bottom: 3px;
	border: 2px solid #0099DF;
}

hr {
	margin-top: 8px;
	margin-bottom: 8px;
	border: none;
	background-color: #CACACA;
	color: #CACACA;
	height: 1px;
}

.btnFont {
	font-size: 9px;
}

.btnSize {
	width: 50%;
}

.footer {
	background-color: #EDEDED;
	text-align: center;
	padding: 4px 0 4px 0;
	margin: 0;
	color: #3C3C3C;
}

h1 {
	font-size: 11px;
	font-weight: bold;
}

a {
	color: #1198DC;
	font-weight: bold;
	background: none;
}

input {
	width: 80%;
}

select {
	width: 80%;
}

.heading {
	font-family: Tahoma, verdana;
	font-weight: bold;
	color: #1198DC;
}

.topRight {
	float: right;
}

.questionFont,.questionFont a,.questionFont a:visited {
	text-decoration: none;
	font-size: 10px;
	color: #0099cc;
	font-weight: normal;
}

.questionFont a:hover {
	color: #0099cc;
	font-weight: normal;
}

.contentMainHeading div {
	font-size: 11px;
}

.contentMainHeading { /*padding-left:15px;*/
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #0099cc;
}

.helpMainHeading {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin: 0 0 0 0px;
}

.help {
	width: 94%;
	text-align: left;
	font-size: 11px;
}

.help li {
	text-align: left;
	font-size: 11px;
}

.defaultLink,.defaultLink:hover {
	color: #00f;
	text-decoration: underline;
}

.verticalAlign {
	vertical-align: middle;
}

.linkContainer {
	padding: 8px 0;
}