Body{
	/* image background color is defined in the 
	img section near the end of this sheet */
	background-color: #ffe;
    background-attachment:fixed;
	margin: 0em 0em 0em 0em;
	background-repeat: repeat-y;
}

a {
	color:#09c;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
}
a:link {color:#07a;}
a:visited {color:#07a;}
a:hover {background-color:#eee; text-decoration:underline overline;}
a:hover img {background-color:#ffe;}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial;
	color: #000;
}

	h1 {
		margin:0px 0px 15px 0px;
		padding:0px;
		font-size:28px;
		line-height:28px;
		font-weight:900;
		color:#ccc;
		text-align: right;
	}
	
	h2 {	}
	
	h3 {text-align:center;}
		
		h3.left{text-align:left;}
	
	h4 {
	text-align: center;
	font-variant: small-caps;
}
		
		h4.left{
	text-align: left;
	font-variant: small-caps;
}
	
	h5 {text-align:center;}
	
		h5.left {text-align:left;}
	
	h6 {text-align:center;}
	
		h6.left {text-align:left;}



TD.TblHeader
{
    background: #336699;
}


TD.TblNavBar
{
    background: #336699;
}

.tblbody,.TblBody
{
    background: #FFFFFF;
    font-family: Verdana,Arial;
    font-size: 7.5pt;
    color: #000;
    font-weight:bold;
}

.Title,.title
{
    background: #FFFFFF;
    font-family: Verdana,Arial;
    font-size: 12pt;
    color: #000;
    font-weight:bold;
    text-align:center;
}

P.Title,P.title
{
    /*background: #FFFFFF;*/
	background: transparent;
    font-family: Verdana,Arial;
    font-size: 12pt;
    color: #000;
    font-weight:bold;
    text-align:center;
    
}

p.SubTitle,p.subtitle,
p.SubTitleLeft,p.subtitleleft,
p.SubTitleRight,p.subtitleright
{
    background: transparent;
    font-family: Verdana,Arial;
    font-size: 10pt;
    color: #000;
    font-weight:bold;
    text-decoration:none;
}
		
		p.SubTitle,p.subtitle
		{
	text-align: center;
	font-variant: small-caps;
}
		
		p.SubTitleLeft,p.subtitleleft
		{
			text-align:left;
			font-variant: small-caps;
		}
		
		p.SubTitleRight,p.subtitleright
		{
			text-align:right;
			font-variant: small-caps;
		}

p.BodyLeft,p.bodyleft
{
    background: #FFFFFF;
    font-family: Verdana,Arial;
    font-size: 7.5pt;
    color: #000;
    font-weight:bold;
    text-align:left;
    text-decoration:none;
}

.NormalLeft,.normalleft,
.NormalJustify,.normaljustify,
.normalsmallcap
{
    background: #fff;
    font-family: Verdana,Arial;
    font-size: 9pt;
    color: #000;
    font-weight:normal;
    text-decoration:none;
}

		.NormalLeft,.normalleft
		{
			text-align:left;
		}
		
		.NormalJustify,.normaljustify
		{
			text-align:justify;
		 }
		.NormalSmallCap,.normalsmallcap
		{
			text-align:justify;
			font-variant: SMALL-CAPS;
		}
		
		ul.NormalLeft,ul.normalleft,
		ul.NormalJustify,ul.normaljustify,
		ul.normalsmallcap
		p.NormalLeft,p.normalleft,
		p.NormalJustify,p.normaljustify,
		p.normalsmallcap
		{
			background:transparent;
		}

tr.SubTitle,tr.subtitle,TR.subtitle
{
    background: #336699;
    font-family: Verdana,Arial;
    font-size: 10pt;
    color: #FFFFFF;
    font-weight:bold;
    text-align:center;
}

td.prodtitle,th.prodtitle
{
    background: #ccc;
    /*background: #33c;*/
    font-family: Verdana,Arial;
    font-size: 12pt;
    color: #FFFFFF;
    font-weight:bold;
    text-align:center;
}

td.prodsubtitle
{
    background: #bbb;
    font-family: Verdana,Arial;
    font-size: 10pt;
    color: #FFFFFF;
    font-weight:bold;
    text-align:center;
}

td.prododd,td.prodeven
{
    font-family: Verdana,Arial;
    font-size: 7.5pt;
    color: #000;
    font-weight:bold;
    text-align:center;
}
	td.prododd
	{
		background: #eee;
	}
	td.prodeven
	{
		background: #fff;
	}


.DarkBlue
{
    background: #447753;
}


.LightBlue
{
    background: #A4CAAF;
}
tr.OptSubTitle,tr.optsubtitle,
td.optsubtitle,td.OptSubTitle
{
    background: #336699;
    font-family: Verdana,Arial;
    font-size: 10pt;
    color: #FFFFFF;
    font-weight:bold;
    text-align:center;
}

ul
{
	background: transparent;
    font-family: Verdana,Arial;
    font-size: 9pt;
    color: #000;
    font-weight:normal;
    text-decoration:none;
	list-style-type: disc;
}
ul.standout
{
	font-variant: small-caps;
	
}
img
{
	text-decoration:none;
	background:transparent;
	
	border:0;
}


