/* CSS Document */

 /* GENERAL RULES
--------------------------------------------------------------------*/
* {
	/*overwrite all default browser settings*/
	margin:				0;
	padding-left:		5px;
	padding-right: 		5px;
	/*global font settings*/
	font-family: 		verdana,arial,helvetica,sans-serif;
	color: 				#707070	 /*Main text color*/;
}	
body {
	margin:				0;
	margin-left:		0;
	background-color:   #ffffff;
}

 /* LINKS
--------------------------------------------------------------------*/
.main a:link {color: #683E8D; text-decoration: none;}
.main a:visited {color: #683E8D; text-decoration: none;}
.main a:hover {color: #683E8D; text-decoration: underline;}
.main a:active {color: #683E8D; text-decoration: underline;}

.navbartop {color: #000000; font-size: 12px;}
.navbartop a:link {color: #000000; text-decoration:none;}
.navbartop a:visited {color: #000000; text-decoration:none;}
.navbartop a:hover {color: #000000; text-decoration:underline;}
.navbartop a:active {color: #683E8D; text-decoration:underline;}

.navbarbot {color: #cccccc; font-size: 11px; text-decoration:none;}
.navbarbot a:link {color: #cccccc; text-decoration:none;}
.navbarbot a:visited {color: #cccccc; text-decoration:none;}
.navbarbot a:hover {color: #CCCCCC; text-decoration:underline;}
.navbarbot a:active {color: #000000; text-decoration:underline;}


 /* Zero Padding Cells
--------------------------------*/
.zeropad {
	padding-left:		0;
	padding-right: 		0;
	padding-top: 		0;
	padding-bottom: 	0;
}

 /* Dividers
--------------------------------*/
.divider {
	border-top:		dashed 1px #67863D;
	margin-top: 		5px;
	height:             5px;
}
hr {
	border-top:1px dashed #cccccc;
	border-bottom:none;
	border-right:none;
	border-left:none;
	color:#95C158;
	margin-bottom:0px;
	margin-top:0px;
}

 /* Global Typography Settings 
--------------------------------*/
p  {margin:	 0px 0px 0px 0px; color: #707070; font-size: 11px; line-height: 16px;}
h1 {margin: 10px 0 0px 0; color: #683E8D; font-size: 13px; font-weight: bold;}
h2 {margin: 10px 0 0px 0; color: #683E8D; font-size: 15px; font-weight: bold;}
h3 {margin: 10px 0 0px 0; color: #cccccc; font-size: 11px; font-weight: bold;}
h4 {margin: 10px 0 0px 0; color: #683E8D; font-size: 18px; font-weight: bold;}
h5 {margin: 10px 0 0px 0; color: #707070; font-size: 13px; font-weight: bold;}
h6 {margin: 10px 0 0px 0; color: #707070; font-size: 16px; font-weight: bold;}

 /* General Elements
--------------------------------*/
.normalline {line-height:normal; margin-bottom: 5px; margin-top: 1px;}

.caption {color: #000000; font-size: 9px; }

 /* Swoosh image 
--------------------------------*/
.img.swoosh
{
position:absolute;
right:0px;
top:0px;
z-index:-1
}
