#maintable {
	border: 1px solid #2600B7;

	}
#leftside {
	border: 1px solid #2600B7;

	}

#redwindow {
	border: 1px solid #D72F2B;
	}
#greenwindow {
	border: 1px solid #64A42C;
	}
#bluewindow {
	border: 1px solid #2600B7;
	}


#greenwindow a:link {
	text-decoration: none; color: #64A42C;
	}
#greenwindow a:visited {
	text-decoration: none; color: #64A42C;
	}
#greenwindow a:hover {
	text-decoration: underline; font-weight:bold; color: #64A42C;
	}
#greenwindow a:active {
	text-decoration: none: color: #64A42C;
}


#redwindow a:link {
	text-decoration: none; color: #D72F2B;
	}
#redwindow a:visited {
	text-decoration: none; color: #D72F2B;
	}
#redwindow a:hover {
	text-decoration: underline; font-weight:bold; color: #D72F2B;
	}
#redwindow a:active {
	text-decoration: none: color: #D72F2B;
}


#bluewindow a:link {
	text-decoration: none; color: #2600B7;
	}
#bluewindow a:visited {
	text-decoration: none; color: #2600B7;
	}
#bluewindow a:hover {
	text-decoration: underline; font-weight:bold; color: #2600B7;
	}
#bluewindow a:active {
	text-decoration: none: color: #2600B7;
}


#onrightsidemiddle{
	border-top-width: thin;
	border-right-width: none;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #2600B7;
	border-right-color: #2600B7;
	border-bottom-color: #2600B7;
	border-left-color: #2600B7;
	}

#maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
#middle450 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
html { /*<-- I had this named "body" and it wasn't working at all*/ 
scrollbar-face-color: #ffffff;
scrollbar-track-color: #DFE3E3;
scrollbar-arrow-color: #2600B6;

scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #000000 ;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #000000;
}

-->FROM OLD ROLL2.CSS----------------------------------------------------------------------------------------
#contenttable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2600B7;
	border-right-color: #2600B7;
	border-bottom-color: #2600B7;
	border-left-color: #2600B7;
	height: 100%;
}
#contenttable2 {
	height: 100%;
}
#maintable3 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #2600B7;
	border-right-color: #2600B7;
	border-bottom-color: #2600B7;
	border-left-color: #2600B7;
}

#newstable {
	/*border: 1px solid #2600B7;*/
}
#maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
html { /*<-- I had this named "body" and it wasn't working at all*/ 
scrollbar-face-color: #ffffff;
scrollbar-track-color: #DFE3E3;
scrollbar-arrow-color: #2600B6;

scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #000000 ;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #000000;
}

-->--------------------------------------------------------------------------------
.buttonscontainer {width: 102px;}

.buttons a {color: #fffff;
background-color: #003965;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #F0F0F0;
letter-spacing:3px;


font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}



.buttons a:link {background-color: #E6E0F5;
color: #2600B7;
text-decoration: none; font-weight: bold;}

.buttons a:visited {background-color: #E6E0F5;
color: #2600B7;
text-decoration: none; font-weight: bold;}

.buttons a:active {background-color: #E6E0F5;
color: #2600B7;
text-decoration: none; font-weight: bold;}

.buttons a:hover {background-color: #ffffff;
color: #2600B7;
text-decoration: none; font-weight: bold;}