body {
	font-family: Tahoma,Arial,sans-serif;
	line-height: 130%; 
	color: #666666;
    text-align: center;
}

* {margin:0; padding:0;}

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

blockquote {
    margin: 0 30px 0 30px;
}

.ptable td {
    padding: 3px;
}

.tdc {
	text-align: center;
}

.tdr {
	text-align: right;
}

.tdrm {
	text-align: right;
    vertical-align: middle;
}

.tdcm {
	text-align: center;
    vertical-align: middle;
}

p {
	margin-bottom: 10px;
	text-align: left;  
}

h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 125%;    
}

h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 125%;    
}

:link, :visited { text-decoration: underline; }
:link:focus, :visited:focus { color: #FF0000; }
:link { color: #0066FF }
:visited { color: #0066FF }
:link:hover, :visited:hover { color: #FF0000; }
:link:active, :visited:active { color: #FF0000; }

/*
a {
    color: #0066FF; 
	text-decoration: underline;  
}
a:hover {
    color: #FF0000;
}
*/

ul, ol {
    margin: 10px 0 10px 15px;
    padding-left: 15px;
}

li {
    line-height: 140%;
}

.toph1
{
	color: #555;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.toptext {
	color: #555;
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 0;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 0;
}

.main {
    margin: 15px;  
}

a.topmenu {
	padding-top: 0px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.topmenu:visited {
	color: #000000;
	text-decoration: none;
}
a.topmenu:hover {
	color: #00FF00;
	text-decoration: underline;
}

a.topmenu2 {
	padding-top: 0px;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
a.topmenu2:visited {
	color: #000000;
	text-decoration: none;
}
a.topmenu2:hover {
	color: #00FF00;
	text-decoration: underline;
}

a.bottommenu {
	color: #444;
	text-decoration: none;
	font-size: 12px;
}
a.bottommenu:visited {
	color: #444;
	text-decoration: none;
}
a.bottommenu:hover {
	color: #00FF00;
	text-decoration: underline;
	font-size: 12px;
}

.bodyquote1 {
    border: 1px solid black;
    text-decoration: italic;
    background-color: #99FFFF;
    width: 400px;
    margin-left: auto; 
	margin-right: auto;
}

.bodyquote1 p {
    padding: 7px;
	margin-bottom: 0px;
}

/* shaded rounded boxes */
.rbtop         { background: url(images/rounded-rectangle3-t.png) repeat-x; }
.rbtop div     { background: url(images/rounded-rectangle3-tl.png) no-repeat top left; }
.rbtop div div { background: url(images/rounded-rectangle3-tr.png) no-repeat top right; }

.rbbot         { background: url(images/rounded-rectangle3-b.png) repeat-x; }
.rbbot div     { background: url(images/rounded-rectangle3-bl.png) no-repeat top left; }
.rbbot div div { background: url(images/rounded-rectangle3-br.png) no-repeat top right; }

.rbcontentwrap { background: url(images/rounded-rectangle3-l.png) repeat-y; }
.rbcontent     { background: url(images/rounded-rectangle3-r.png) repeat-y right; }
 
 
 /* height and width details */
.rbtop div, .rbtop {
	width: 100%;
	height: 11px;
	font-size: 1px;
}
.rbbot div, .rbbot {
	width: 100%;
	height: 9px;
	font-size: 1px;
}
.rbcontent  { padding: 1px .8em; margin: 0;}
.rbroundbox { 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #fff;  
}

.smsbox {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	text-align: center;
	background-color: #fff;  
}

