@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #4844AA;
}

link, visited {
	color: #4844AA;
	text-decoration: underline;
}
hover, active {
	color: #FF9;
	text-decoration: underline;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.size10 {font-size: 10px}
.size18 {font-size: 18px}
.size12 {font-size: 12px}
.size14 {font-size: 14px}

.bigger {
	font-size: 16px;
	font-weight: bold;
}
.biggest {
	font-size: 24px;
	font-weight: bold;
}

.tinyText {
	font-size: 9px;
}

/* these change font color only  */

.reddish {
	color: #C00;
}
.red {
	color: #900;
}
.purpleLight {
	color: #BECADB;
}
.white {
	color: #FFF;
}
.whiteshadow {
	color: #FFF;
	background-color: #AEBAC9;
}
.yellow {
	color: #FF0;
}
.pink {
	color: #C3C;
}
.pink-dark {color: #CC0066}

/* end font color  */

/* dark purple font with dark purple links */
#purpleDark {
	color: #4844AA;
}
#purpleDark a:link, #purpleDark a:visited {
	color: #4844AA;
}
#purpleDark a:hover, #purpleDark a:active {
	color: #FF9;
}


/* light gray font with light gray links */
#gray-lightlink {
	color: #CCC;
	padding-right: 10px;
	padding-left: 10px;
}
#gray-lightlink a:link, #gray-lightlink a:visited {
	color: #CCC;
}
#gray-lightlink a:hover, #gray-lightlink a:active {
	color: #FF9;
}

/* light purple font with light purple links */
#purple-light {
	color: #BECADB;
	font-size: 16px;
	line-height: 20px;
}
#purple-light ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#purple-light a {
	padding: 2px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
}
#purple-light a:link, #purple-light a:visited {
	color: #BECADB;
}
#purple-light a:hover, #purple-light a:active {
	color: #FF9;
}
img {
	border: none;
}

/* light purple font with light purple links and the ribbon bullet */
#bullet {
	color: #BECADB;
	font-size: 12px;
	line-height: 16px;
}
#bullet ul {
	margin: 0px;
	padding: 0px;
}
#bullet li {
	list-style-position: outside;
	list-style-image: url(http://www.legacky.com/images/Bullet.gif);
}
#bullet a {
	padding: 0px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
}
#bullet a:link, #bullet a:visited {
	color: #BECADB;
}
#bullet a:hover, #bullet a:active {
	color: #FF9;
}

