/*--------innerbalance general---------*/ 
BODY{
	background-color: #FFFFFF;
	margin-top: 5px;
}

p	{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #993399;
	margin-left: 30px;
}


h1	{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0.75em;
	margin-bottom: 0.5em;
	margin-left: 10px;
	font-size: 18pt;
	font-weight: normal;
	color: #99BBDD;
}

h2	{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0.5em;
	margin-bottom: -0.75em;
	margin-left: 20px;
	font-size: 13pt;
	font-weight: normal;
	color: #99BBDD;
}

h3	{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-top: -0.75em;
	margin-bottom: -1em;
	margin-left: 30px;
	font-size: 11pt;
	font-weight: normal;
	color: #99BBDD;
}


p.header	{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #DDAADD;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 90px;
}


p.copyright	{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small;
	color: #DDAADD;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
}


p.quote	{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #6699BB;
	text-align: center;
	margin-right: 10px;
	margin-left: 40px;
}

p.captionright	{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small;
	font-weight: bold;
	color: #6699BB;
	text-align: right;
	margin-top: -16px;
	margin-right: 10px
}

p.backtotop	{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #993399;
	font-size: xx-small;
	margin-top: -1em;
	margin-bottom: 0em;
	text-align:right;
	}


/*-----------lists-------------*/
ul li	{
	list-style-type: square;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #993399;
	margin-left: 15px;
	margin-bottom: 6px;
	}
ul li.first	{
	list-style-type: square;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #993399;
	margin-left: 15px;
	margin-top: -4px;
	margin-bottom: 6px;
}


ol li	{
	list-style: decimal;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #993399;
	margin-left: 15px;
	margin-bottom: 6px;
	}
ol li.first	{
	list-style: decimal;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #993399;
	margin-left: 15px;
	margin-top: -4px;
	margin-bottom: 6px;
}


/*--------background border---------*/ 

td.bordertopleft	{
	background-image:   url("../images/bordertopleft.gif");
	background-repeat: no-repeat;
}

td.bordertop	{
	background-image:   url("../images/bordertop.gif");
	background-repeat: repeat-x;
}

td.bordertopright	{
	background-image:   url("../images/bordertopright.gif");
	background-repeat: no-repeat;
	background-position: right;
}

td.borderright	{
	background-image:   url("../images/borderright.gif");
	background-repeat: repeat-y;
	background-position: right;
}

td.borderleft	{
	background-image:   url("../images/borderleft.gif");
	background-repeat: repeat-y;
}

td.borderbottomleft	{
	background-image:   url("../images/borderbottomleft.gif");
	background-repeat: no-repeat;
}

td.borderbottom	{
	background-image:   url("../images/borderbottom.gif");
	background-repeat: repeat-x;
}

td.borderbottomright	{
	background-image:   url("../images/borderbottomright.gif");
	background-repeat: no-repeat;
	background-position: right;
}

/*-----------links-------------*/
a:link	{
	text-decoration: underline;
	color: #298CD1;
	font-weight: normal;
}

a:active	{
	text-decoration: none;
	color: #000000;
}
a:visited	{
	text-decoration: underline;
	color: #6699BB;
	font-weight: normal;
}
a:hover	{
	text-decoration: underline;
	color: #C00000;
	font-weight: normal;
}


p.header a:link	{
	text-decoration: none;
	font-weight: bold;
	color: #6699BB;
}

p.header a:active	{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
p.header a:visited	{
	text-decoration: none;
	font-weight: bold;
	color: #99BBDD;
}
p.header a:hover	{
	text-decoration: underline;
	font-weight: bold;
	color: #C00000;
}

