IMG
{
	BORDER-BOTTOM: 0px;
	BORDER-LEFT: 0px;
	BORDER-RIGHT: 0px;
	BORDER-TOP: 0px
}

form { 
	margin-bottom: 0; 
}

TD {
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3c3c3c;
	text-decoration: none;
}


TD.Menu {
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: white;
	height: 31px;
}


.Menu {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #3c3c3c;
	text-decoration: none;
}

TD.Menu A {
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #3c3c3c;
	text-decoration: none;
}

TD.Footer {
	text-align: center;
}

TD.Footer A {
	font-weight: normal;
	font-variant: normal;
	color: #3c3c3c;
	text-align: center;
	text-decoration: none;
	text-transform: none;
}


.Thumb1
{
	padding: 5px;
	border: solid 1px #ccc;
	text-align:center;
	min-width: 140px;
	min-height: 100px;
	background-color: #fff;
}

.Thumb2
{
	padding: 3px;
	border: solid 1px #ccc;
	text-align:center;
	min-width: 90px;
	min-height: 60px;
	background-color: #fff;
}

.style1 
{
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
}

.style3 
{
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}

.InfoBlockContent
{
	padding: 5px;
	text-align: left;
}



/* Message Boxes */
div.messageBox {
	font-size: 12px;
	margin: 0 0 10px 0;
	border: 1px solid #000;
	padding: 12px 40px 0 12px;
	background-repeat: no-repeat;
	background-position: 20px 14px;
	background-color: #ffffcc;
	border-color: #ffcc00;
	width: auto;
	min-height: 48px;
	_height: 48px;
}
div.messageBox.notification {
	background-image: url(/images/icon_notification.gif);
	background-color: #eff7fe;
	border-color: #83a8cc;
	color: #000;
	padding-left: 80px;
}
div.messageBox.confirmation {
	background-image: url(/images/icon_confirmation.gif);
	background-color: #fafff1;
	border-color: #a9d260;
	color: #000;
	padding-left: 80px;
}
div.messageBox.error {
	background-image: url(/images/icon_critalert.gif);
	background-color: #ffffcc;
	border-color: #ffcc00;
	color: #c60000;
	padding-left: 80px;
}
div.messageBox.alert {
	background-image: url(/images/icon_noncritalert.gif);
	background-color: #ffffcc;
	border-color: #ffcc00;
	color: #000;
	padding-left: 80px;
}
div.messageBox p {
	margin: 0 0 12px 0 !important;
	line-height: 1.5;
}
div.messageBox ul {
	margin: 0 0 12px 20px;
	padding: 0;
	line-height: 1.5;
}
