@charset "utf-8";
/* CSS Document */

.lrgtxtblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0000FF;
}
.medtxtred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #C81A1A;
}
.medtxtblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0000FF;
}
.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
}
.txtbodyred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C81A1A;
	font-weight: bold;
}
.txtbodyblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0000FF;
	font-weight: bold;
}
.txtbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-color: #FFFFFF;
	top: 0px;
	background-image: url(../images/bg_flag.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.lrgtxtred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #C81A1A;
}
.txtsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tableborder {
	border: 1px solid #333333;
}
