@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table {
	border: 3px solid #0000FF;
	position: static;
	width: 640px;
}

td {
	border: 2px solid #0000FF;
}

.titleAddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0000FF;
}

.monthText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #FFFFFF;
}

#tableBlue {
	color: #FFFFFF;
	background-color: #0000FF;
	text-align: center;
}

#tableBlue a {
	color: #FFFFFF;
	text-decoration: none;
}
#tableBlue a:hover {
	color: #FFFF00;
	text-decoration: none;
}

.BoxHeadText {
	font-size: 20px;
	color: #000066;
	font-weight: bold;
}

.BlueText {
	color: #0000FF;
}

.stylepink {
	color: #FF00FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.MedBoxText {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}

.UnderlingText {
	text-decoration: underline;
}

