@charset "utf-8";
/* CSS Document */


/* alignment */
.left{ text-align:left; }
.right{ text-align:right; }
.justify{ text-align:justify; }
.center{ text-align:center; }
.center720 { margin-left:auto; margin-right:auto; width:720em; }
.center900 { margin-left:auto; margin-right:auto; width:900px; }
.tblcenter {margin-left:auto; margin-right:auto;}

.td_align_left { text-align: left; }
.td_align_right { text-align: right; }
.td_align_centered { text-align: center; }	
.td_align_justified { text-align: justify; }

td.one-column { width: 100%; }
td.two-column { width: 50%; }
td.four-column { width: 25%; }
td.three-column1 { width: 33%; }
td.three-column2 { width: 67%; }


.width400{ width: 400px; }
.width720{ width: 720px; }


img { border: none; }

.brdr_td {
	border-top-style: solid;
	border-top-color: #acbbe3;
	border-top-width: 1px;

	border-bottom-style: solid;
	border-bottom-color: #acbbe3;
	border-bottom-width: 1px;

	border-right-style: solid;
	border-right-color: #acbbe3;
	border-right-width: 1px;

	border-left-style: solid;
	border-left-color: #acbbe3;
	border-left-width: 1px;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.style1 {
	font-size:24px;
	color: #FF0000;
}
	
.style3 {
	color: #ffffff
}
a.standard:link, a.standard:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066FF;
	text-decoration: none;
	line-height: 14px;
}
a.standard:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration: underline;
	line-height: 14px;
}