@charset "utf-8";
/* CSS Document */
body, td, p {font-family:Arial, Helvetica, sans-serif; font-size:12px;}

#title {
			font-size			: 24px;
	
}

#footer { 
			color				: #ffffff;
}

#text {
				font-size			: 12px;
				margin-bottom		: 9px;
}
#text2 {
				font-size			: 14px;
				margin-bottom		: 1px;
				letter-spacing		: 6px
}
#borderTable {
				border: 1px solid #000000
}

#homepageButton{
			color				: #FFFFFF;
            padding				: 0px 0px 25px 0px;
			background-repeat	: no-repeat;
			text-decoration		: none;
			font-size			: 14px;
			text-decoration		: none;
}

#homepageButton2{
			color				: #FFFFFF;
            padding				: 0px 0px 30px 0px;
			background-repeat	: no-repeat;
			text-decoration		: none;
			font-size			: 14px;
			text-decoration		: none;
}

a.button {
    		
			width				: 140px;
			height				: 36px;
    		background			: url(images/button.png) no-repeat left top;
			padding				: 10px 25px 15px 20px;
    		#padding			: 9px 5px 0px 2px;
			#margin-bottom		: 0px;
			text-decoration		: none;
			font-size			: 14px;
			font-weight			: bold;
			color				: #FFFFFF;
	
}

a.button:hover
 {
			color				: #000000;
}

a.homepageButton{
			color				: #FFFFFF;
			text-decoration		: none;
	}

a.homepageButton:hover
 {
			color				: #44a6f2;
			text-decoration		: underline;
 }

