﻿
body 
{
	margin: 0px;
	}
.scrollstyle { 
color:#FFFFFF;
background-color:#191970;
scrollbar-face-color: #6666FF; 
scrollbar-highlight-color: #3333FF; 
scrollbar-3dlight-color: #CCFFCC;
scrollbar-darkshadow-color: #000000;  
scrollbar-arrow-color: #FFFF00;   
scrollbar-shadow-color: #333333;   
scrollbar-track-color: #99FFFF; 
width:330px;
height:288px;
overflow:scroll;

 }
 .borderstyle
 {
	
	border-style:outset 5px;
	border-color:Yellow;
 }
 .divstyle
 {
	float:left;
 }
 .johntext
 {
font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#000000;
text-align:left; padding:3px;
}
.textareabox
{ background-image:url(images/profilebox-textarea.gif); background-repeat:no-repeat; height:53px; width:170px;
background-position:center;
}

.bottomtext{
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: Blue;
	}

.mmsBorder
{
	border-right: yellow 2px solid;
	border-top: yellow 2px solid;
	border-left: yellow 2px solid;
	border-bottom: yellow 2px solid;
}
.dioverflow
{
	overflow:hidden;
	position:fixed;
	width:100px;
	background-color:Blue;
	}
.border-bottom
{
	border-bottom:solid 1px white;
}
