/* Start of CMSMS style sheet 'TASS' */
/* CSS Document */

body{
	margin: 0px;
	background-color: #cccccc;
	font-family: verdana;
	font-size: 8px;
	height: 100%;
}

#tbl1{
	font-size: 10px;
	/*height: 100%;*/
	width : 800px;
	margin : 0 auto;
}

#text{
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 12px;
	height:100%;
	vertical-align: top;
	background-image:url(images/tass/mid.jpg);
}

#text img {margin: 15px;}

#footer{
	text-align: center;
	font-size: 10px;
	background-color: #d70000;
	color : white;
	padding : 5px;
	/*height : 20px;*/
}
#menu{
	color: #ffffff;
/*	padding-bottom: 25px; */
	padding-right: 30px;
	font-size: 10px;
	height:200px;
	text-align:right;
	background-image:url(images/tass/top.jpg);
}

h1{
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;
	margin: 0px;
}
h2{
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
	margin: 0px;
}


a:link{color: #ffffff; text-decoration: none;}
a:hover{color: #000000; }
a:visited{color: #ffffff; text-decoration: none;}

div#phone
	{
	font-size:40px;
	font-weight:bold;
	width : 200px;
	float : left;
	color : black;
	margin-left : 20px;
	margin-bottom : 20px; /*positions the menu */
	margin-top : 40px;
	text-align:left;
	}
/* End of 'TASS' */

