/* Main Style Class */
body {
	background-image: url(../../img/backgrounds/bg2.jpg);
	background-repeat: repeat;
}

.uber {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

a.studio:link {
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.studio:visited {
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.studio:hover { 
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline overline;
}
a.studio:active {
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.picturediv {
	overflow: scroll;
	height: 500px;
	width: 250px;	
	scrollbar-arrow-color: #d8097a;
	scrollbar-darkshadow-color: #d8097a;
	scrollbar-base-color: #000000;
	scollbar-highlight-color: #d8097a;
	scrollbar-track-color: #000000;	
}

a:link {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

a:visited {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

a:hover {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline overline;
	color: #D8097A;
}

a:active {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline overline;
	color: #FFFFFF;
}

.input {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: normal;
	border: 1px solid #FFFFFF;
}

#normal {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}	

#newstitle {
	font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}

#newstext {
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
}