﻿.frametop
{
	width: 540px;
	height: 41px;
	background-image: url(  'images/framemid.jpg' );
	background-repeat: repeat-x;
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFF00;
	padding-top:4px;
	margin:0 auto;
	
}
.frameleft
{
	background-position: left top;
	float: left;
	height: 41px;
	width: 19px;
	background-image: url( 'images/frameleft.jpg' );
	background-repeat: no-repeat;
	margin-top:-4px;
}
.frameright
{	background-position: right top;
	float: right;
	height: 41px;
	width: 19px;
	background-image: url( 'images/frameright.jpg' );
	background-repeat: no-repeat;
	margin-top:-4px;
	}
.framebody
{
	margin:-4px auto;
	width: 520px;
	background-color: #E6F2FF;
	min-height:150px;
	font-family:Tahoma;
	font-size:11px;
}
.framefooter
{
	 height:62px;
	 width:520px;
	 margin:0 auto;
	 background-image: url(  'images/framebottom.jpg' );
	background-repeat: repeat-x;
	}
.tr1
{
	background-color: #E6F2FF;
	}
.tr1 a
{
	/*color: #FF9900;*/
	color: #0026AA;
	text-decoration:none;
}	
.tr1 a:hover
{
	color: #FF3300;
}
.tr2
{
	background-color: #C4E0FF;
}
.tr2 a
{
	color: #0026AA;
	text-decoration: none;
}	
.tr2 a:hover
{
	color: #FF3300;
}	