/* Global Styles for Petter */
/* Style By Petter Särkijärvi 2005-10-21 */

body {
	font-family: Tahoma;
	margin:0px;
	background-color:#4169E1;
	}

a {
	color:#FFD700;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color:#FFD700;
	text-decoration:underline;
	}
	
/* ID Styles */

#banner {width: 100%;
         background-color:#6699CC;
         text-align: center;
         padding-top: 2px;
         padding-bottom: 2px;}

#main {
	font-family: Tahoma;
	font-size: 12px;
	}

.header {
	font-family: Tahoma;
	font-size: 18px;
}

.subHeader {
	font-size: 15px;
	font-weight:bold;
}

.subHeader2 {
	font-size: 14px;
	font-weight:bold;
}

.footer {
	background-color:#6699CC;
	font-family: Tahoma;
	font-size: 10px;
}

.center {
	   text-align: center;
	   padding-top: 0.5em;
         padding-bottom: 0.5em;
         }

.left {
	   text-align: left;
	   padding-top: 0.5em;
         padding-bottom: 0.5em;
         padding-left: 0.5em;
         }

