﻿#newNotableDiv
{
	border: 2px solid #D4CFC1;
	background-color: #E6EEF5;
	width: 995px; /*590px;*/
	/*height: 398px;*/
	position: absolute;
	text-align: justify;
	/*top: 220px; 5px;*/
	left: -2px;
}

#newNotableDiv .titleBar
{
	background-color: #407FB7;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 985px;
	height: 30px;
	padding-left: 10px;
}

#newNotableDiv .contentBlock
{
	border: 2px solid #D4CFC1;
	background-color: #FFFFFF;
	width: 980px;
	/*height: 350px;*/
	position: absolute;
	text-align: left;
	top: 34px;
	left: 3px;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-family: 'Times New Roman' , Times, serif;
	font-size: 18px;
	color: #000000;
}

#newNotableDiv .contentBlock p
{
	margin-left: 15px;
	text-indent: -5px;
	margin-right: 10px;
	/*margin-top: 14px;
	margin-bottom: 0px;*/
}


a.newNotableLink:link
{
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#C1272D;
}

a.newNotableLink:visited
{
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#C1272D;
}

a.newNotableLink:hover
{
	border: 1px solid #00549F;
	color: #C1272D;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	padding: 5px;
}

a.newNotableLink:active
{
	/*text-decoration: underline;*/
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}






a.newNotableSecondaryLink:link
{
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#C1272D;
	font-size: 15px;
}

a.newNotableSecondaryLink:visited
{
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#C1272D;
	font-size: 15px;
}

a.newNotableSecondaryLink:hover
{
	/*border: 1px solid #00549F;*/
	color: #C1272D;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	/*background-color: #FFFFCC;
	padding: 5px;*/
	font-size: 16px;
}

a.newNotableSecondaryLink:active
{
	/*text-decoration: underline;*/
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}







#newNotableDiv .contentBlock .topRightCorner
{
	position: absolute;
	top: -2px;
	right: -2px;
	width: 8px;
	height: 8px;
}

#newNotableDiv .contentBlock .bottomRightCorner
{
	position: absolute;
	bottom: -2px;
	right: -2px;
	width: 8px;
	height: 8px;
}

#newNotableDiv .contentBlock .topLeftCorner
{
	position: absolute;
	top: -2px;
	left: -2px;
	width: 8px;
	height: 8px;
}

#newNotableDiv .contentBlock .bottomLeftCorner
{
	position: absolute;
	bottom: -2px;
	left: -2px;
	width: 8px;
	height: 8px;
}
