@charset "utf-8";
/* CSS Document */

/*Colors used:

Dark Grey: #333333

Purple: #9966CC

Other purple: #AA00FF

Orange: ffa800


*/

body {
	/*background-image:url(images/background_abstract.png); // Background Image*/
	background-position: top left;
	background-color: #999;
	background-repeat:repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

/* Text Styles*/

.darkgrey {
	color: #333;
}

.textboldsmall {
	font-size: 10px;
	color: #333;
	font-weight: bold;
}

.small_gray_text {
	font-size: 10px;
	color: #333;
}

.small_white_text {
	font-size: 10px;
	color: #FFF;
}

.gray_text {
	color: #666666;
}

.white_text {
	color: #FFF;
}

.orange_text {
	color: #FF9600;
}
img {
	border-style: none;
}

a {
	color: #ff9600;
}

a:hover {
	
}

a:active {
}

.menu a {
display:block;
width:134px;
line-height:30px;
color: #555;
background-color: #dcdcdc;
text-decoration: none;
}
.menu a:hover {
color: #9f0;
background-color: #888;
}



/* Pop-up code */

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:300px;
height:300px;
z-index: 9002;

/* End Pup-up code */


