p, li {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   color: blue;
   font-style: normal; 
   line-height: normal; 
   font-weight: normal; 
   text-decoration: none
}
p.updated {
   font-size: 8pt;
   color: #808080
}

td {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   color: blue;
   font-style: normal; 
   line-height: normal; 
   font-weight: normal; 
   text-decoration: none;
   vertical-align: top;
}

td.heading {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   color: blue;
   font-style: normal; 
   line-height: normal; 
   font-weight: bold; 
   text-decoration: none
}

h1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16pt;
   color: blue;
   font-style: normal; 
   line-height: normal; 
   font-weight: bold; 
   text-decoration: none
}

h2 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12pt;
   color: blue;
   font-style: normal; 
   line-height: normal; 
   font-weight: bold; 
   text-decoration: none
}

h3 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12pt;
   color: black;
   background: white;
   font-style: normal; 
   line-height: normal; 
   font-weight: bold; 
   text-decoration: none
}

.main_title {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 40px;
   color: #f2fe09;
   background: #2d79e5;
   font-style: normal; 
   line-height: normal; 
   font-weight: bold; 
   text-decoration: none;
   text-align: center;
   padding: 0;
   margin: 0;
}

li.spaced {
   padding-bottom: 7px
}

p.plus_one {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12pt;
   color: #000000;
   font-style: normal; 
   line-height: normal; 
   font-weight: normal; 
   text-decoration: none
}

a {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   color: blue;
   font-style: normal; 
   line-height: normal; 
   font-weight: bold; 
   text-decoration: none
}
a:hover { text-decoration: underline }

a.std { color: blue }
a.std:link { color: blue }
a.std:hover { color: blue; }

a.menu {
   padding-left: 10px; 
   font-size: 12pt;
   color: #dee1e5; 
   font-weight: bold; 
   text-decoration: none;
   display: block;
}
a.menu:link { /*color: #a6c0e5*/ color: #dee1e5 }
a.menu:hover { color: #f2fe09 }

body { color: #6D70CD; background: #2d79e5 }
td.menu { vertical-align: middle }
div#container {
	margin: 0 auto;
	width: 815px;
}
td.menu {	
	background-image: url(Template/buttonbg.gif);
	
}
div.menu {
	background-image: url(Template/button-top.gif);
	background-position: top left;
	background-repeat: no-repeat;	
}
td.menu a {
	background-image: url(Template/button-bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;	
	padding: 5px 10px;
}
td.menuuc a {
	background: none;
	padding: 5px 10px;
}

.newstitle {
	border-top: dotted 1px #666; 
	color: #555; 
	padding-top: 15px;
	padding-bottom: 5px;
}
.newstitle h2 {
	padding: 0;
	margin: 0;	
	font-size: 14px;
}
.stripeMe tr.alt td {
	background-color: #A6C0E5;	
}