body {
/*
	font-family: sans-serif, serif, Tahoma, Angsana, AngsanaUPC;
	font-size: 14px;
*/
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/bodybg.gif);
	background-repeat: repeat;
	background-position: center center;
	margin: 0px 0px 0px 0px;

}
.titlebar {
	font-family: verdana, serif;
	font-size: 16px;
	font-weight:bold;
	color: #000099;
	background-color: #6699FF;
	margin: 0px 0px 0px 0px;
}
.label {  font-family: verdana; font-size: 16px; font-weight: bold; color: #3366FF}

a {
	color: #6699FF;
	text-decoration: underline;
}

p {
	font-family: verdana;
	font-size: 14px;
	color: #000000;
}

.namecard {
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: groove;
	border-bottom-style: ridge;
	border-left-style: solid;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
}

.navTab {
	border-top: #000066;
	border-right: thin dashed #000066;
	border-bottom: #000066;
	border-left: #000066;
}

.myframe {
	border-top: thin solid #CCCCCC;
	border-right: thick outset #333333;
	border-bottom: thick groove #000033;
	border-left: thin solid #CCCCCC;

}

h1 {
	font-family: verdana,sans-serif, serif, Tahoma, "MS Sans Serif";
	font-size: 18px;
	font-weight: bold;
}

