/* CSS Document */
body, td {
	font-size: 14px;
	line-height: 1.75em;
}

body {
	margin: 0;
	background: #EAFEEB url(../images/bg.gif) repeat-x center top;
}

.biggest {
	font-size: 24px;
}
.bigger {
	font-size: 18px;
	font-weight: bold;
}
.big {
	font-size: 16px;
}
.normal {
	font-size: 14px;
}
.small {
	font-size: 12px;
}
.smaller {
	font-size: 10px;
}

a:link{ color: #FF4D55; text-decoration: none; }
	 
a:visited{ color: #FF4D55; text-decoration: none; }
	 
a:hover{ color: #FF7E86; text-decoration: none; }

a:active{ color: #FF7E86; text-decoration: none; }

.alert {color: #FF0000}

.bkwht {
	background-color: #FFFFFF;
}

.caption {
	color: #74747E;
	font-size: 14px;
	line-height: 1.5em;
}
.title {
	font-size: 18px;
	font-weight: bold;
	color: #FF4D55;
}

.subtitle {
	color: #FF7E86;
	font-weight: bold;
}

.date {
	font-size: 12px;
	color: #FFFFFF;
}

.pink {
	color: #FF6699
}

.black {
	color: #000000
}
.bkpink {
	background-color: #FFB0CB;
}
.bkgray {
	background-color: #bbbbbb;
}
.bkpink2 {
	background-color: #ffdfea;
}

.address {
	border: 1px solid #FF6699;
	width: 200;
	height: 18px;
}
.comment {
	border: 1px solid #FF6699;
	width: 300;
	height: 100px;
}

.border1 {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	border-bottom: 1px solid #FF4D55;
	margin: 20px 0;
}

.border2 {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	border-bottom: 1px solid #FFEBED;
	margin: 20px 0;
}

p.column {
	padding-left: 45px;
	margin-top: 0.25em;
	margin-bottom: 1.75em;
}

p.columnb {
	padding-left: 45px;
	margin-top: 0.25em;
	margin-bottom: 1.75em;
	font-weight: bold;
}


#copyright {
	width: 760px;
	text-align: right;
	padding-bottom: 50px;
	margin: 0 auto;
}
