/* CSS Document */
body{
	background-image:url(../images/bg.jpg);
	background-color:#488fad;
	background-repeat:repeat-x;
	margin:0px;
}
tr,td,p{
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:12px;
	color:#FFFFFF;
}

.button{
	background-image:url(../images/button.jpg);
	width:100px;
	height:50px;
}
.button a{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.button a:hover{
	text-decoration:underline;
}
.content{
	background-color:#000000;
	border:1px solid #FFFFFF;
	padding:10px;
}
.contentThin{
	background-color:#000000;
	border:1px solid #FFFFFF;
	padding:10px;
}
.footer{
	font-size:10px;
	color:#2f667b;
}
h1,h2{
	font-size:16px;
	color:#2f667b;
	word-spacing: 3px;
}
p{
	text-align:justify;

}
.animateClass{
		border: 1px solid #FFFFFF;
		cursor:hand;
}
a{
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
.thumb{
	border:5px solid #FFFFFF;
}
.thumb a{
	border:5px solid #FFFFFF;
}
.thumb a:hover{
	border:5px solid #D7274B;
}
