/* Common tags                 */
/*-----------------------------*/		

/* detailview controlstyle */
.dvControlStyle
{
	font-size: 0.9em;
	font-weight: bold;
	width: 200px; 
}

.dvControlStyleEmail
{
	font-size: 0.9em;
	font-weight: bold;
	width: 150px; 
}

A:link      	{ color: darkblue;font-weight: bold;/*color: #41519A;*/ text-decoration:none; }
A:visited 	{ color: darkblue;font-weight: bold;/*color: #41519A;*/ text-decoration:none; }
A:active 	{ color: darkblue;font-weight: bold;/*color: #41519A;*/  cursor:hand; text-decoration:none; }
A:hover
{
	color: darkblue;font-weight: bold;/*color: #0066FF;*/
	cursor: hand;
	background-color: #CCFFFF;
}
A.1:hover
{
	color: #B2C3E1;
	cursor: hand;	
}
A.bodyLink:link     { color: #41519A; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #41519A; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #41519A;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #B2C3E1;  cursor:hand; text-decoration:"underline"; font-weight:bold; }

p
{
	line-height: 1.4em;
}

.title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #41519A;
 }

hr {
	border: 0;
	border-top: 2px solid #41519A;
	height: 2px;
}

img
{
	border-width: 0;
}

ul
{
	list-style-image: url(Images/bullet.jpg);
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	font-family: verdana;
}

.menutextindent
{
    font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: large;
	color: #6B7EBF
}

h2
{
	font-family: Verdana;
	font-size: medium;
	margin-top: 30;
	color: #6B7EBF;
	margin-bottom: -15;
}
	
h3
{
	font-family: Verdana;
	font-size: small;
	margin-bottom: -15;
	color: #6B7EBF;
	padding-left: 15;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Verdana;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width: 650px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.ctrlb
{
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    color: navy;
    background-color: #CCFFFF;
}
