body
	{
	background-image: ;
	background-repeat: repeat-y;
	font-family : arial,trebuchet ms;
	font-size: 12pt; 
}

td {
	text-align : top; 
	vertical-align: middle; 
}

.pad {
    padding: 12px;
  }


h1 
    {
    color:#000000; 
    font-size: 18pt; 
    font-style: normal; 
    font-weight: normal; 
    font-family: arial,trebuchet ms;
}

h1.b
    {
    font-weight: bold; 
}

h2
    {
    color:#000000; 
    font-size: 16pt; 
    font-style: normal; 
    font-weight: normal; 
    font-family: arial,trebuchet ms;
}

h2.b
    {
    font-weight: bold; 
}

h2.bc
    {
    font-weight: bold; 
	text-align: center;
}

h2.buc
	{
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}

h3 
    {
    color:#000000; 
    font-size: 14pt; 
    font-style: normal; 
    font-weight: normal; 
    font-family: arial,trebuchet ms;
}

h3.b
    {
    font-weight: bold; 
}

h3.c
	{
	text-align: center;
}

h4
    {
    color:#000000; 
    font-size: 12pt; 
    font-style: normal; 
    font-weight: normal; 
    font-family: arial;
}

h4.b
    {
    font-weight: bold; 
}

h4.i
	{
	font-style: italic;
}
h4.c
    {
	text-align: center;
}
h4.bc
    {
    font-weight: bold; 
	text-align: center;
}
h4.u
    {
	text-decoration: underline;
}
h4.05
    {
    color:#000000; 
    font-size: 12pt; 
    font-style: normal; 
    font-weight: normal; 
    font-family: arial;
	position: relative;
		left: 5px;
}
h4.50
    {
    color:#000000; 
    font-size: 12pt; 
    font-style: normal; 
    font-weight: normal; 
    font-family: arial;
	position: relative;
		left: 50px;
}
h5
    {
    color:#000000; 
    font-size: 10pt; 
    font-style: normal; 
    font-weight: normal; 
    font-family: arial;
}
h5.c
    {
	text-align: center;
}
h5.capc
    {
    font-size: 8pt;
    font-style: italic;
	text-align: center;
}
img.floatLeft
	{
	float: left; 
	margin: 5px; 
}
img.floatLeftClear 
	{
	float: left; 
	clear: left; 
	margin: 5px; 
}
img.floatRight
	{
	float: right; 
	margin: 5px; 
} 
img.floatRightClear 
	{
	float: right; 
	clear: right; 
	margin: 5px; 
}

.white
	{
	color:#ffffff;
}

.b
    {
    font-weight: bold; 
}
.c
	{
	text-align: center;
}
.u
    {
	text-decoration: underline;
}
.i
	{
	font-style: italic;
}
.red
	{
	color:red;
}

.right20
	{
	position:relative;
	left:20px
}
.right40
	{
	position:relative;
	left:40px
}
.right60
	{
	position:relative;
	left:60px
}

.bullet
	 {
	 list-style-image: url(../common/images/bullet.jpg);
}

a:link
   {
	color:blue; 
	font-weight: normal; 
	font-size: 12pt; 
	font-family: arial; 
	text-decoration: none;
}
a:visited
	{
	color:darkblue;
	font-size: 12pt;
	font-family: arial;
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
}
a:hover
	{
	color:blue;	
	font-size: 12pt; 
	font-family: arial; 
	font-weight: none; 
	text-decoration: underline; 
}
.quote    {
    color:#000000; 
    font-size: 12pt; 
    font-style: normal; 
    font-weight: bold; 
    font-family: arial;
}
.capc
    {
    font-size: 8pt;
    font-style: italic;
	text-align: center;
}

/* ========================rounded corner stuff ===================================*/

.contentb {
	width: 288px;
	background-color: #3399CC;
	color: #FFFFFF;
}

.contenty {
	width: 288px;
	background-color: #FFFF00;
	color: #00000;
}

.contentb p {
	margin: 0 10px;
}

.contenty p {
	margin: 0 10px;
}

/* Next class adds rounded corner image to background at top right */

.roundtopb { 
	background:  url(../default/images/topright.gif) no-repeat top right; 
}

.roundtopy { 
	background:  url(../default/images/a_tr_yellow.gif) no-repeat top right; 
}

/* Next class adds rounded corner image to background at bottom right */

.roundbottomb {
	background:  url(../default/images/bottomright.gif) no-repeat top right; 
}

.roundbottomy {
	background:  url(../default/images/a_br_yellow.gif) no-repeat top right; 
}

/* Final class sets up universal parameters for all images */

img.corner {
   width: 15px;
   height: 15px;
   border: 2px;
   display: block !important;
}
