﻿body{
padding:0px;
margin:0px;
text-align:center;
background-color:#FF6699;
}
form { margin:0px; padding:0px}
a:hover{text-decoration:none;}

img { border:0px;}

.dt { display:table; width:100%; height:100% }

.dr { display:table-row;  height:100%; width:100%;}

.dc { display:table-cell; text-align:left; vertical-align:top; width:100% }

.main_text, input, textarea, body, font, select
	{
		font-family: Comic Sans; 
		font-size:12px;
		color:#FFFFFF;
	}

ul { margin:0px; padding:0px; list-style: none; line-height:17px}
li { background:none}
li a{ color:#FFFFFF; font-weight:normal }

.main { width:766px; height:100%; background-color:#FF3399; margin:auto; border-left:1px solid #FF3399; border-right:1px solid #FF3399}

.header { height:244px; background:url(images/back_header.jpg) no-repeat; width:766px; }
.row2 { height:23px; background:url(images/back_row2.jpg) no-repeat; width:766px; }
.content { height:462px; background:url(images/back_content.jpg) no-repeat; width:766px; background-color:#FF3399 }
.footer { height:116px; background:url(images/back_footer.jpg) no-repeat; width:766px; color:#FF6699}
.footer a, .footer strong { color:#FEFEFE; font-weight:bold}
.footer .yellow { color:#FF3399}

.tall_y { background:url(images/tall_y.gif) repeat-y right top}

.title { color:#023A6D; font-size:23px; line-height:18px}
.yellow { color:#FFE100}
.white { color:#FFFFFF; font-weight:normal}

a {color:#FFFFFF; font-weight:bold;}
a:hover { text-decoration:none;}

.txt1 { color:#FFE100; font-size:23px; line-height:21px}
.txt2 { font-size:27px; font-weight:bold}
.line { background:url(images/tall_line.gif) repeat-x; height:2px;}

.input {
	width: 215px;
	height: 20px;
	background-color: #034C85;
	padding: 0 0 0 3px;
	border: solid 1px #1CBAFC;
	color: #FFFFFF;
}
.textarea { width:215px; height:155px; background-color:#034C85;padding:0 0 0 3px; border: solid 1px #1CBAFC; overflow:auto}
