/* CSS Document */
html {color: #FFF;font: 11px Arial, Helvetica, sans-serif;text-decoration: none;letter-spacing: 1px;}
body {background: #333;line-height: 1.2em;}
img { border: 0px none; display: block; }

/* CSS LINK's */
a:link, a:visited {color: #969;text-decoration: underline;font-weight: normal;}
a:hover{color: #FFF;}
#gps a:link, #gps a:visited {color: #969;text-decoration: underline;font-weight: bold;}
#gps a:hover{color: #969;}
#l_links a:link, #l_links a:visited {
	
	
	color: #969;
	text-decoration: none;
}
#l_links a:hover{color: #FFF;}
#m a:link, #m a:visited{}
#l a:link, #l a:visited {}

/* CSS ID's */
#wrapper {background: url(images/bg_content.gif) repeat-y;}
#banner{background: url(images/back_header.gif) repeat-x;}
#gps{color:#111;}

#l {background: ;}
#m {background: ;}
#r {background: ;}

/* CSS HEADERS */
h1 {font-size: 12px;color: #FFF;text-decoration: none;letter-spacing: 1px;}
h2 {font-size: 12px;color: #FFF;text-decoration: none;letter-spacing: 1px;font-weight: normal;}
h3 {font-size: 11px;color: #FFF;text-decoration: none;letter-spacing: 1px;font-weight: normal;}
h4 {font-size: 10px;color: #999;text-decoration: none;letter-spacing: 0px;}

/* CSS CLASSES */
.border{border: 1px solid #333;}
.purple{color: #969;}
.subtxt {font-size: 10px; color: #999;}
.title_bg { background-color:#121212;}
.lineabove {padding-bottom: 2px;padding-top: 2px;border-top: 1px solid #666;}
.linebelow {padding-bottom: 2px;border-bottom: 1px solid #666;}
