/* ATG Style */

/* BODY/BASIC ELEMENT SPECS */

BODY {
	font-family: verdana,arial,helvetica;
	font-size:10pt; 
	line-height: 12pt;
	color:#000000; 
	background-color: #F1DBC2;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	scrollbar-track-color: #DBB694;
	scrollbar-base-color: #F1DBC2;
	}

H1	{
	font-size:14pt;
	line-height: 16pt;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	color:#622229;
	margin-top: 12pt;
	}
H2 {
	font-size:12pt;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	}
H3	{
	font-size:11pt;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	}
H4	{
	font-size:10pt;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	}	
H5	{
	font-size:10pt;
	font-weight: normal;
	text-decoration: underline;
	font-style: normal;
	}
H6	{
	font-size:10pt;
	font-weight: normal;
	text-decoration: underline;
	font-style: italic;
	}
	
SPAN.ATG	{
	font-size:10pt;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	color:#622229;
	}
P 	{ 
	font-family: verdana,arial,helvetica;
	font-size:10pt; 
	line-height: 12pt;
	color:#000000; 
	}

Table 	{ 
	font-family: verdana,arial,helvetica;
	font-size:10pt; 
	line-height: 12pt;
	color:#000000;
/*	margin: 0px;
	padding: 0px;
	padding-top: 5px;*/
	}

TD 	{ 
	font-family: verdana,arial,helvetica;
	font-size:10pt; 
	line-height: 12pt;
	color:#000000;
/*	margin: 0px;
	padding: 0px;
	padding-top: 5px;*/
	}


P.indent 
	{text-indent: 10px;}

/* LINK SPECS */
	
a
	{ text-decoration: none; color: #003399; }
a:visited
	{ text-decoration: none; color: ##660099; }
a:hover
	{ text-decoration: underline; color: #003399;}
a:active
	{ text-decoration: underline; color: ##660099;}	

/* LIST SPECS */

LI 	{
	font-family: verdana,arial,helvetica;
	font-size:10pt; 
	list-style-type: square;
	line-height: 12pt;
	}

UL LI 	{
	font-family: verdana,arial,helvetica;
	font-size:10pt; 
	list-style-type: square;
	line-height: 12pt;
	}

UL UL LI {
	font-family: verdana,arial,helvetica;
	font-size:10pt; 
	line-height: 12pt;
	list-style: disc;
	}


/* TABLE SPECS */

TABLE.Prop {
	font-family: verdana,arial,helvetica;
	font-size:10pt; 
	line-height: 12pt;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

TR.Prop	{
	padding-top: 5px;
	}

TD.Prop1	{
	font-weight: bold;
	width: 100px;
	vertical-align: top;
	}

TD.Prop2	{
	vertical-align: top;
	}

TABLE.Values {
	font-family: verdana,arial,helvetica;
	font-size:10pt; 
	line-height: 12pt;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	border: 2px;
	}
TD.Val1	{
	width: 33%;
	background-color: #EEEEEE;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: top;
	}

TD.Val2	{
	width: 67%;
	background-color: #EEEEEE;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: top;
	}

