/*body{margin-left:5px;margin-top:5px;} declared in std.css*/

p, li, td /*body,*/
{
	font-size:10pt;
	font-family: arial, verdana, helvetica, "sans serif";
}

h2 
{
	font-size: 20pt;  
	font-family:  arial, verdana, helvetica, "sans serif"; 
	font-weight: normal
}


img {border: 0px;}

/* Classes */
ul.ulCustImg{list-style-image: url(/images/an/orange_arrow.gif);border-bottom:1px solid #557799;}
li.ulCustImg{border-top:1px solid #557799;/*padding-bottom:.5em;margin-bottom:.5em;*/}
li.ulCustImg{border-top:1px solid #557799;padding-top:.75em;padding-bottom:.75em;}
div.ulCustImg{margin:1.25em;padding:auto;}

.important{color: #c20000;font-weight: bold}
.LargeMsg{FONT: 12pt verdana, arial; COLOR: red;font-weight:bold;}
.NormalMsg{FONT: 8pt verdana, arial; COLOR: red}

/* DataGrid */
.DGR_HEADER
{
	font-weight:bold;
	font-size: 11px;
	vertical-align: baseline;
	width: 100%;
	cursor: default;
	color: black;
	font-family: Tahoma,Arial, Verdana, Helvetica, sans-serif;
	background-color: #778899; /*#0066FF;*/ /*lightslategray=#778899*/
	text-align: center;
	text-decoration: none;
	height:15px;
}
.DGR_ITEM
{
	font-weight: normal;
	font-size: 11px;
	width: 100%;
	cursor: default;
	color: black;
	font-family: Tahoma,Arial, Verdana, Helvetica, sans-serif;
	height: 20px;
	background-color: silver;
	text-align: left;
}
.DGR_ALTERNATE
{
	font-weight: normal;
	font-size: 11px;
	width: 100%;
	cursor: default;
	color: black;
	font-family: Tahoma,Arial, Verdana, Helvetica, sans-serif;
	height: 20px;
	background-color: #e6e6e6;
	text-align: left;
}
.DGR_MAIN
{
	/*width:100%;*/
	border:0;
}

.TEXTBOX_SMALL_DG1{width:100px;background-color:silver;}
.TEXTBOX_MEDIUM_DG1{width:150px;background-color:silver;}
.TEXTBOX_LARGE_DG1{width:250px;background-color:silver;}


