/* CSS Document */

body {
	margin: 15 0 0 0;
	font-family:Tahoma,Arial,Verdana,sans-serif;
	color:#000000;
	background-color:#6699CC;
}

a:link,a:visited,a:active {
	color:#F8C143;
	text-decoration:underline;
}

a:hover,a:visited:hover {
	color:#6699CC;
	text-decoration:none;
}

h1 {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	text-transform:capitalize;
}

.txt {
	font-size:13px;
	color:#000000;
	font-weight:bold;
}

.content {
	font-size:12px;
	color:#000000;
}

.sm {
	font-size:11px;
	color:#000000;
}
.wh {
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
}

.border {
	border: 1px solid #000000;
}