@charset "utf-8";
/* CSS Document */

/* ----------------- Left Column ----------------- */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 19px;
	text-align: left;
	display: table;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #00679A;
	text-align: left;
	display: table;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00679A;
	text-align: left;
	display: table;
	font-weight: normal;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 19px;
	text-align: left;
	list-style-type: square;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 19px;
	text-align: left;
}
.texts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 19px;
	text-align: left;
}
.textsBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00679A;
	line-height: 19px;
	text-align: left;
}
.textsRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	line-height: 19px;
	text-align: left;
}
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding-bottom:15px;
	text-align: left;
}
a.breadcrumbs:link {
     color: #999999;
	 text-decoration: none;
}
a.breadcrumbs:visited {
     color: #999999;
	 text-decoration: none;
}
a.breadcrumbs:hover {
	color:#666666;
	text-decoration: none;
}
a.breadcrumbs:active {
     color: #999999;
	 text-decoration: none;
}

.zoomer{
	cursor:url("magnify.cur"), pointer;
}

/* ----------------- Right Column ----------------- */
.rightBlue {color: #00679A}
.rightSmall {font-size: 10px}

/* ----------------- Footer ----------------- */
.footerLeft input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #4D95B8;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ----------------- Links ----------------- */
a:link {
	color: #00679A;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #00679A;
}
a:hover {
	text-decoration: none;
	color: #66B8DD;
}
a:active {
	text-decoration: underline;
	color: #00679A;
}
.whiteLink {
	color: #ffffff;
}
a.whiteLink:link {
     color: #ffffff;
	 text-decoration: underline;
}
a.whiteLink:visited {
     color: #ffffff;
	 text-decoration: underline;
}
a.whiteLink:hover {
	color: #ffffff;
	text-decoration: none;
}
a.whiteLink:active {
     color: #ffffff;
	 text-decoration: underline;
}
.blackLink {
	color: #000000;
}
a.blackLink:link {
     color: #000000;
	 text-decoration: underline;
}
a.blackLink:visited {
     color: #000000;
	 text-decoration: underline;
}
a.blackLink:hover {
	color: #000000;
	text-decoration: none;
}
a.blackLink:active {
     color: #000000;
	 text-decoration: underline;
}

/* ----------------- Forms ----------------- */
form {
	margin: 0px;
	padding-top: 0px;
}
.inputsBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.inputsWhite {

}

/* ----------------- Forms ----------------- */
.promptBad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFEFEF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	margin-bottom: 20px;
	background-image: url(../Files/Icons/promptBad.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.promptGood {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #E7FFD9;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	margin-bottom: 20px;
	background-image: url(../Files/Icons/promptGood.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.promptAdd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #E7FFD9;
	margin-bottom: 20px;
	background-image: url(../Files/Icons/promptAdd.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.promptOk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #E7FFD9;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	margin-bottom: 20px;
	background-image: url(../Files/Icons/promptGood.gif);
	background-repeat: no-repeat;
	background-position: left;
}
