/* Geekette Webdesign Styles*/

body {
	background-color: white;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	color: #333399;
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	background-position: top-left;
}

a {
	color: #CC6633;
	font-weight: bolder;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	padding: 0px;
}

h1 {
	color: #ffffff;
	font-size: 14pt;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
}

 h2 {
 	color: #333399;
	font-size: 12pt;
	text-align: center;
 }

h2 a {
	color: #333399;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
	color: #CC6633;
	text-align: center;
}
 
 h3 {
 	color: #333399;
	font-size: 8pt;
	text-align: center;
 }
 
  h4 {
 	color: #333399;
	font-size: 10pt;
	text-align: center;
 }

.header {	
	background-image: url(http://geekette-webdesign.com/images/header-fill3.jpg);
	color: white;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
}

.search {	
	background-image: url(http://geekette-webdesign.com/images/header-fill3.jpg);
	color: white;
	font-size: 8pt;
	text-align: left;
	font-weight: bold;
}

.bar {
 	color: #333399;
	font-size: 8pt;
	font-weight: bold;
	background-image: url(http://geekette-webdesign.com/images/bar-fill2.jpg);
}
.contenttable {
	border-left: 2px dotted #CC6633;
	border-right: 2px dotted #CC6633;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 9pt;
	color: #333399;
	text-indent: 10px;
}
.contenttable-right {
	border-right: 2px dotted #CC6633;
	font-size: 9pt;
	color: #333399;
	text-indent: 10px;
	padding: 10px;
}

.content {
	font-size: 9pt;
	color: #333399;
}

.footer {
	font-size: 9pt;
	text-align: center;
	font-weight: normal;
}

.footer a {
	color: #333399;
	font-size: 10pt;
	text-decoration: none;
}

.footer a:hover {
	color: #cc6633;
	font-weight: bolder;
	text-decoration: underline;
}

.links {
	color: #333399;
	font-size: 9pt;
}

.links a {
	color: #333399;
	text-decoration: none;
	display: block;
	border: 1px;
	border-color: #ffffff;
	border-style: solid;
}

.links a:hover {
	background-color: #ffcc66;
	color: #333399;
	display: block;
	text-decoration: none;
	border: 1px;
	border-color: #663300;
	border-style: solid;
}


