﻿div.centered
{
    max-width: 490px;
    margin: 0 auto;
}



.three_columns { overflow:hidden; text-align:left;  }
.three_columns .left_column{max-width:44%; float:left; padding:8px 1% 0 0;  }
.three_columns .center_column{max-width:12%; float:left; padding:8px 1% 0 0; }
.three_columns .right_column{max-width:42%; float:left; padding:8px 0 0 0;}

.three_col { overflow:hidden; text-align:left;  }
.three_col .left_column{float:left;  }
.three_col .center_column{float:left;  }
.three_col .right_column{float:left; }

.two_columns { overflow:hidden; text-align:left;  } 
.two_columns .left_column{max-width:43%; float:left; padding-left: 3%; padding-top: 2%; padding-bottom: 2%;  }
.two_columns .right_column{max-width:44%; float:left; padding-left: 3%; padding-top: 2%; padding-bottom: 2%;  }

.two_col { overflow:hidden; text-align:left;  } 
.two_col .left_column{ float:left;   }
.two_col .right_column{ float:left;  }

.one_column { width:100%; padding: 35px; }
 
table.main {
	border-collapse:collapse;	

}

table.main td.leftCol { vertical-align:top; max-width:43%;	}
table.main td.centerCol { vertical-align:top; padding-left:8px;	}
table.main td.rightCol { vertical-align:top; max-width:45%; }



.whitePad6 { 
	padding: 2% 6% 2% 6%;
	background:white;	
} 
.whitePad4 { 
	padding: 2% 4% 2% 4%;
	background:white;	
}

div.clear { clear: both; width: 100%; }

table.vtable, table.vtable8, table.vtable16 {
	border-collapse:collapse;
}
table.vtable td {
    vertical-align:top;
}

table.vtable8 td {
    vertical-align:top;
	padding-left: 8px;
}
table.vtable16 td {
    vertical-align:top;
	text-align: center;
	padding-left: 16px;
}
table.itable td { font-family:arial; font-size:13pt;}


a, a:visited, a:active
{
   color: #04C;
   text-decoration: underline;
}

a:active
{
   color: #059;
}
a:hover
{
   color: #C00;
   text-decoration: underline;
}

a.invLink, a.invLink:visited
{
   color: #DDF;
   text-decoration: underline;
}

a.invLink:active
{
   color: #CCE;
   text-decoration: underline;
}
a.invLink:hover
{
   color: #F88;
   text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
   font-family: Verdana, Arial, sans-serif;
   font-weight: bold;
}
h1 { font-size: 16pt; }
h2 { font-size: 15pt; }
h3 { font-size: 14pt; }
h4 { font-size: 13pt; }
h5 { font-size: 12pt; }
h6 { font-size: 11pt; }

.para, .paraItalic, .paraSmall, .paraLarge
{
   font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
   font-size: 13pt;
}

.paraItalic
{
   font-style: italic;
}

.paraSmall
{
	font-size: 12pt;	
}

.paraLarge
{
	font-size: 14pt;	

}
.item {	font-family:arial;font-size:13pt; }
.item2 { font-family:arial;font-size:13pt; }
.title {
	font-family: Verdana, Arial, sans-serif; font-size:13pt; font-weight:bold; line-height:1.5;
}
.center {
	text-align: center;
}
.rec { font-family:Arial; font-size:13pt; }


.shadow2 {
	border: 1px solid #888;
	-webkit-box-shadow: #666 4px 0px 7px;
	-moz-box-shadow: #666 4px 0px 7px;
	box-shadow: #666 4px 0px 7px;
	background: #FCFCFC;
	behavior: url(/pie/PIE.htc);
}
.shadow2 a a:link, .shadow2 a:visited, .shadow2 a:active {  color: #000060; }
.shadow2 a:hover { color: #600000; }