/*---------------------------------------------------------------------------------------- main body, global using */
body
{
	margin: 0;
	padding: 0;
	background-image: url(cpa_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	
}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.82em;
	color: #333;
	line-height: 1.7em;
}

h5 /* section title, same as .contenttab, has less bottom margin */
{
	font-size: 13px;
	color: #006b77;
	font-weight: bold;
	margin-bottom: -10px;
	margin-top: 2.2em;
}

a {color: #006b77; text-decoration: none}
a:link {color: #006b77; text-decoration: none} 
a:visited {color: #006b77; text-decoration: none}
a:hover {color: #006b77; text-decoration: underline}  
a:active {color: #006b77; text-decoration: underline}

#content li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.82em;
	line-height: 1.6em;
	list-style: url(dot_1.gif);
	margin: 0 10px 0 35px;
	color: #333;	
}

ol
{
	padding: 0;
	margin: 0;
}

#order li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.82em;
	line-height: 1.6em;
	margin: 0 0 0 40px;
	color: #333;
}

.small
{
	font-size: 10px;
}

.xsmall
{
	font-size: 9px;
}

.xsmall2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

dl, dt, dd, ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/*----------------------------------------------------------------------------------------  */

.topmenu, .topmenu a, .topmenu a:visited 
{
	font-size: 10px;
	color: #000;
	text-align: center;
}

.footer, .footer a, .footer a:hover, .footer a:visited
{
	font-size: 12px;
	line-height: 1.6em;
	color: #e2f0d6;
	text-align: center;
}

.copyright
{
	font-size: 10px;
	line-height: 1.3em;
	color: #fff;
	text-align: center;
}

.date
{
	font-size: 9px;
	color: #616161;
}

.menu
{
	font-size: 10px;
	line-height: 1.4em;
	color: gray;
	font-weight:bold;
}

.menu a
{
	text-decoration: none;
	color: gray;
}

.menu a:hover
{
	color: #006b77;
}

.menu-active
{
	font-size: 10px;
	line-height: 1.4em;
	color: #006b77;
	text-decoration: none;
	font-weight:bold;
}

#active a:link, #active a:visited, #active a:hover
{
	background-image: url(arrow1.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	color: gray;
}

.news
{
	padding: 1 0 2 20px;
	text-align:left;
	font-size: 10px;
	line-height: 1.4em;
	color: #434343;
}

/* main menu end */

/*---------------------------------------------------------------------------------------- content page begin */

.contenttitle
{
	font-size: 17px;
	color: #006b77;
	font-weight: bold;
}

.contenttab
{
	font-size: 13px;
	color: #006b77;
	font-weight: bold;
}

.floatright
{
	float: right;
	margin: 0 0 10px 10px;
}

.floatleft
{
	float: left;
	margin: 0 10 10px 0;
}

.floatrightbottom
{
	float: right;
	margin: 10 0 0px 10px;
}

.floatleftbottom
{
	float: left;
	margin: 10 10px 0 0;
}

.floatrightcaption
{
	font-size: 9px;
	float: right;
	margin: 0 0 10px 10px;
	width: 125px;	
}

.floatleftcaption
{
	font-size: 9px;
	float: left;
	margin: 0 10 10px 0;
	width: 125px;	
}
/* content page end */



** Resizable text areas
*/
.resizable-textarea {
  width: 95%;
}
.resizable-textarea .grippie {
  height: 9px;
  overflow: hidden;
  background: #eee url(grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
}
html.js .resizable-textarea textarea {
  margin-bottom: 0;
  width: 100%;
  display: block;
}

/*