
	body {
	
	background-color: #FFFFFF;
	
	background-image: 
	url('/images/background.png');
	background-repeat: repeat-x;
	
	font-family: arial;
		
	}
	
	img{
	
	border: solid black 0px;
	
	}
	
	img.Button{
	
	width:100;
	height:81;
	
	}
	
	img.logo{
	
	width:240;
	height:81;
	
	}
	
	td.bigbanner{
	
	width: 640;
	height: 250;
		
	border: solid #DDDDDD 3px;	
	
	padding: 5px;
	
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	
	}
	
	table.main {
	
	width: 640px;
	
	
	}

	td.top{
	
	background-image: url('/images/top.png');
	
	width: 540px;
	height: 15px;
	
	}
	
	td.bottom{
	
	background-image: url('/images/bottom.png');
	
	width: 540px;
	height: 15px;
	
	}

	td.body{
	
	background-color: #FFFFFF;
	
	width: 540px;
	
	border-left: solid #DDDDDD 3px;
	border-right: solid #DDDDDD 3px;
	
	}
	
	td.TopButtons{
	
	background-color: #FFFFFF;
	
	width:100;
	height:81;
	
	}

	td.TopLeftButton{
	
	background-color: #FFFFFF;
	
	border-left: solid #DDDDDD 3px;
	
	width:100;
	height:81;
	
	}
	
	td.logo{

	background-color: #FFFFFF;
	
	border-right: solid #DDDDDD 3px;
	
	width:240;
	height:81;

	}
	
	td.banner{
	
	width: 250; 
	height: 140; 
	text-align: right;
	
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	
	border: solid #DDDDDD 3px;	
	
	}
	
	img.smallbanner{

	width: 125; 
	height: 70; 
		
	border: solid #DDDDDD 3px;	
	
	}
	
	a.none{
	
	text-decoration: none;
	color: blue;
	
	}
	
	td.tweet{
	
	font-size: 12px;
	
	}
	
	hr{
	
	background-color: #DDDDDD;
	border: #DDDDDD solid 1px;
	width: 90%;
	
	}