
body 	{	margin:0px;
			padding:0px;
			background-color:#fff;
			font-family: "Trebuchet MS", verdana, arial, sans-serif;
			font-weight:normal;
			font-size:11px;
			line-height:13px;
			color:black;
			text-align:center; /* Center everything in IE */
			}
			
div 	{	text-align:left; /* Override the center on the body so all text is not aligned center */
			}

table	{	border-spacing:0px;
			border-collapse:collapse;
			margin-left:10px;
			margin-bottom:10px;
			width:35%;
			height:auto;
			border:0px;
			}

td		{	padding:10px;
			border:0px;
			font-size:11px;
			line-height:13px;
			vertical-align: top;
			color:black;
			background-color:#eeeeee;
			}
a		{	color: #313A40;
			text-decoration:none;
			}
a.body		{	color: #313A40;
			text-decoration:underline;
			}
a:hover	{	color: #999;
			text-decoration:underline;
			}

p 		{	margin-top:8px;
			margin-left:4px;
			margin-right:4px;
			margin-bottom:10px;
			}

			
h1		{	color: #000;
			font-size:24px;
			line-height:22px;
			margin-top:8px;
			margin-bottom:10px;
			}
h2		{	color: #000;
			font-size:16px;
			font-weight:bold;
			text-transform: uppercase;
			margin:0px;
			margin-top:8px;
			margin-bottom:10px;
			}

h3		{	color: #000;
			font-size:11px;
			font-weight:bold;
			text-transform: uppercase;
			margin:0px;
			margin-top:8px;
			margin-bottom:10px;
			}
h4      {   color: #628BA9;
            font-weight: bold;
            margin: 0px;
            margin-top:8px;
            margin-bottom: 10px;
            font-size: 12px;
            }

img 	{	border:0px;
			}
			

#page 	{	position:relative;
			width:532px;
			height:auto;
			margin:25px auto;
			padding: 10px;
			border: 1px solid #E4EAEE;
			}
			

#header {
    margin: 8px;
	padding: 8px;
	border-bottom: 1px solid #E4EAEE;
	
	}

#column_center {
        position: relative;
        margin: 8px;
        padding: 8px;
	
		}

#footer {
	border-top: 1px solid #E4EAEE;
	margin: 8px;
	padding: 8px;
	}	

#column_center  hr			{
			border: none;
			background-color: #E4EAEE;
			color: #E4EAEE;
			height: 1px;								
			text-align: center;
			}

.alttable 	{
		border: 1px solid #ccc;
		border-collapse: collapse;
		width: 100%;
		}

.alttable td 	{
		border: 1px solid #ccc;
		padding: 4px;
		line-height: 20px;
		text-align: left;
		}
		
.alttable td a	{
		text-decoration: underline;
		}

.alttable th 	{
		border: 1px solid #ccc;
		background-color: #ddd;
		text-align: left;
		padding-left: 4px;
		}

.alttable caption {
		margin-top: 10px;
		padding: 2px;
		text-align: center;
		}

.alttable tr.altrow {
		background-color: #eee;
		}

#navigation_sub {
    text-align: center;
    margin-bottom: 14px;
	}
    #navigation_sub a {
        color: #002E53;
        text-decoration: underline;
        padding-left: 2px;
        padding-right: 2px;
    }
