/* CSS Document */
body { 
  font-family:Tahoma,Verdana,Geneva,sans-serif;
  font-size:11px; 
}

p  { 
  font-family:Tahoma,Verdana,Geneva,sans-serif;
  font-size:12px; 
}

td  { 
  font-family:Tahoma,Verdana,Geneva,sans-serif;
  font-size:12px; 
}

li  { 
  font-family:Tahoma,Verdana,Geneva,sans-serif;
  font-size:12px; 
}

ul  { 
  font-family:Tahoma,Verdana,Geneva,sans-serif;
  font-size:12px; 
}

.caption {
  font-family:Tahoma,Verdana,Geneva,sans-serif;
  font-size:12px; 
  font-style:italic;
}

h1 {
	font-family:Tahoma,Verdana,Geneva,sans-serif;
	font-size:18px;
	font-weight:bold;
}

h2 {
	font-family:Tahoma,Verdana,Geneva,sans-serif;
	font-size:16px;
	font-weight:bold;
}

h3 {
	font-family:Tahoma,Verdana,Geneva,sans-serif;
	font-size:14px;
	font-weight:bold;
}

h4 {
	font-family:Tahoma,Verdana,Geneva,sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}

a {
  text-decoration:none;
}

a:visited {
  color: #333399;
}
a:link {
  color: #3366CC;
}
a:hover {
  color: #0099FF;
}

a.buttons {
  color: #A0B5DC;
}

a:visited.buttons {
  color: #A0B5DC;
}
a:link.buttons {
  color: #A0B5DC;
}
a:hover.buttons {
  color: white;
}
.titlebar {
	font-size: 11px;
	color: #A0B5DC;
	font-weight:bold;
	font-stretch:condensed;
}
.footertext {
	font-size: 12px;
	color: #A0B5DC;
	background-color:#171E38;
}
.rightSideBars {
    font-size: 11px;
	color: white;
	font-weight:bold;
	text-transform: uppercase;
	font-stretch:condensed;
	background-image:url(http://www.gdc4s.com/Images/gradient_bg.jpg);
}
.PRBar,.SpotlightBar {
	font-size: 11px;
	color: white;
	text-transform: uppercase;
	font-weight:bold;
	font-stretch:condensed;
}
.PRText { 
	font-size: 12px;
	text-decoration: none;
}
.smaller {
	font-family:Tahoma,Verdana,Geneva,sans-serif;
	font-size: 10px;
}
.heavy {
	font-size: 12px;
	font-weight: bold;
}