 
/* this css is for templates store style */
/* color uses
body text #bbbaba 
link nav #0daafa
visited nav #0daafa
hover #fb1717
active nav #1ccb00 */

body{
	background-color: #000000;
    margin: 0px;
    padding: 0px;
}

html {
    scrollbar-base-color: #696969;
	scrollbar-track-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #696969;
	scrollbar-3dlight-color: #b8b8b8;
	scrollbar-darkshadow-color: #222222;
	scrollbar-shadow-color: #363636;
	scrollbar-arrow-color: #1ccb00;
}

/* this determins the font behavior of the whole site */
p, div, blockquote, dl, ul, ol{
	font-family: Verdana;
	font-size: 12px;
    color: #bbbaba;
    text-decoration: none;
	font-weight: normal;
    vertical-align: top;
}

a img {border: none; } 

.tabs {
    vertical-align: bottom; 
} 

h1 {
	font-family: Verdana;
	font-size: 13px;
    color: #bbbaba;
    text-decoration: none;
	font-weight: bold;
    vertical-align: top;
}

h2 {
	font-family: Verdana;
	font-size: 12px;
    color: #93cd89;
    text-decoration: none;
	font-weight: bold;
    vertical-align: top;
}

a:link {
  color: #0daafa;
  text-decoration: none;
  background-color: transparent;
}

a:visited {
  color: #0daafa;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #fb1717;
  background-color: transparent;
}

a:active {
  color: #1ccb00;
  background-color: transparent;
}

.content {
	font-family: Verdana;
	font-size: 12px;
    color: #bbbaba;
    text-decoration: none;
	font-weight: normal;
    vertical-align: top;
    align: left:
}

.content2 {
	font-family: Verdana;
	font-size: 12px;
    color: #bbbaba;
    text-decoration: none;
	font-weight: bold;
    vertical-align: top;
    text-align: center;
    padding-bottom: 10px;
}

.content2 a:link {
	font-family: Verdana;
	font-size: 12px;
    color: #bbbaba;
    text-decoration: none;
	font-weight: bold;
}

.content2 a:visited {
    color: #0daafa;
    text-decoration: none;
	font-weight: bold;
}

.content2 a:hover {
    color: #fb1717;
    text-decoration: none;
	font-weight: bold;
}


.content2 a:active {
    color: #1ccb00;
    text-decoration: none;
	font-weight: bold;
}

/* Footer */

.footer {
	font-family: Verdana;
	font-size: 10px;
    color: #bbbaba;
    text-decoration: none;
	font-weight: normal;
    vertical-align: top;
    padding: 10px;
    align: left:

}

.footer a:link {
  color: #0daafa;
  background-color: transparent;
}

.footer a:visited {
  color: #0daafa;
  background-color: transparent;
}

.footer a:hover {
  color: #fb1717;
  background-color: transparent;
}

.footer a:active {
  color: #1ccb00;
  background-color: transparent;
}

