@charset "UTF-8";
/* CSS Document */

.shadowleft {
	background: url(images/shadowleft.gif) right top;
	border-right: 1px solid #32b1db;
	height: 100%;
	}

.bkgd {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}

.shadowright { 
	background: url(images/shadowright.gif) left top; 
	border-left: 1px solid #32b1db 
	}

.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #32b1db;
	}

.bordright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #32b1db;
	}

.border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #32b1db;
	border-left-color: #32b1db;
	}

.body  { 
	color: #000000; 
	font-size: 12px;
	line-height: 18px; 
	font-family: Verdana, Arial, Helvetica, sans-serif 
	}

.body a:link {
	text-decoration: none;
	color: #000000;
	}

.body a:visited {
	text-decoration: none;
	color: #000000;
	}

.body a:hover {
	text-decoration: underline;
	color: #999999;
	}
	
.smbody  { 
	color: #333333; 
	font-size: 10px;
	line-height: 16px; 
	font-family: Verdana, Arial, Helvetica, sans-serif 
	}

.smbody a:link {
	text-decoration: none;
	color: #333333;
	}

.smbody a:visited {
	text-decoration: none;
	color: #333333;
	}

.smbody a:hover {
	text-decoration: underline;
	color: #000000;
	}


.header  {
	color: #000000;
	font-size: 16px;
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

.header a:link {
	text-decoration: none;
	color: #000000;
	}

.header a:visited {
	text-decoration: none;
	color: #000000;
	}

.header a:hover {
	text-decoration: underline;
	color: #999999;
	}

.footer  { 
	color: #666666; 
	font-size: 10px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif 
	}

.footer a:link {
	text-decoration: none;
	color: #666666;
	}

.footer a:visited {
	text-decoration: none;
	color: #666666;
	}

.footer a:hover {
	text-decoration: underline;
	color: #000000;
	}

.copy  { 
	color: #999999; 
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif 
	}

.copy a:link {
	text-decoration: none;
	color: #999999;
	}

.copy a:visited {
	text-decoration: none;
	color: #999999;
	}

.copy a:hover {
	text-decoration: underline;
	color: #999999;
	}
