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


body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 14px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #134991;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #e61d36;
}

a:hover {
	text-decoration: none;
	color: #e61d36;
}

a:active {
	text-decoration: none;
}

p {
	margin: 0;
}

.font28 {
	font-size: 28px;
}

.ciblue {
	color: #134991;
}

.cired {
	color: #e61d36;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

form {
	padding: 0;
	margin: 0;
}

.list {
	margin: 0;
	padding: 0;
}

.list li {
	list-style: none;
	background-image: url(../images/bullet.gif);
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left center;
	
}

img {
	border: none;	
}

.imgcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.imgleft {
	display: block;
	float: left;
}

.imgright {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 20px;
}

.imgrt {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}