/* CSS Document */
<!--
body{
	font-family: arial;
	font-size: 10px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/layout_01.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	background-position:0px 28px
	
}
table,td,tr{ vertical-align:top
}
a:link,a:active,a:visited {text-decoration:none; color:#fb080c}
a:hover {text-decoration: underline;
}
a img {border-width:1px; border-color:#42494d; padding:1px}
a:hover img{border-width:1px ; border-color:#fb080c;
}
.nav{text-decoration:none}
.nav a img{border:0px; padding:0px}
.nav a:hover img{border:0px;
}
.title { background-color:#fe98fc; font-size: 11px; padding:6px; font-family:"Times New Roman"; font-weight:bold; letter-spacing:2px
}
.content {padding:5px; background:#fff1fe url(images/bg.jpg) repeat-x}

.margin { margin-bottom:5px;
}
.table-top { background-color:#F8C6A3; font-size: 11px; padding:6px; font-family:"Times New Roman"; font-weight:bold; letter-spacing:2px
}
.table {padding:5px; background:#fff1fe url(images/bg.jpg) repeat-x}

.table img {
	border: 1px solid #42494d;
	padding: 2px;
	margin:1px;
	border-radius: 4px;
	-moz-border-radius:  4px; 
	-webkit-border-radius: 4px; 
}

.table img:hover {
	border: 1px solid #fb080c;
	padding: 2px;
	margin:1px;
	border-radius: 4px;
	-moz-border-radius:  4px; 
	-webkit-border-radius: 4px; 
}
.bottom { background-color:#FCEADC; text-align: left; font-size: 10px; padding:6px; font-family:"tahoma"; font-weight:normal; letter-spacing:1px
}

.date {
	padding-top: 5px;
	background: #FCEADC;}

.month {
	padding: 3px;
	background: #FFC4FE;
	display: block;
	font-family: arial;
	font-size: 10px; 
	line-height: 10px; 
	letter-spacing: 1px;
	text-align: center;
	color: #1A2134;}

.day {
	padding: 2px;
	background: #FCEADC;
	padding-bottom: 2px;
	display: block;
	font-family: georgia;
	font-size: 13px; 
	line-height: 14px; 
	letter-spacing: 0px;
	text-align: center;
	text-transform: none;
	color: #FF0DFF;}

.year {
	padding: 2px;
	background: #FDD0B3;
	display: block;
	font-family: arial;
	font-size: 10px; 
	line-height: 12px; 
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	color: #484848;}

blockquote {	
	border-left: 8px solid #FFC4FE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: justify;
	padding: 4px;
}


SELECT {
	BORDER: #fb080c 1px solid; padding: 4px; FONT-SIZE: 9px; COLOR: #000; LINE-HEIGHT: 10px; BACKGROUND-COLOR: #fff1fe; TEXT-ALIGN: left
}
INPUT {
	BORDER: #fb080c 1px solid; padding: 4px; FONT-SIZE: 9px; BACKGROUND: #fff1fe; COLOR: #000; FONT-FAMILY: Arial,Helvetica; TEXT-DECORATION: none
}
TEXTAREA {
	BORDER: #fb080c 1px solid; padding: 4px; FONT-SIZE: 9px; BACKGROUND: #fff1fe; COLOR: #000; FONT-FAMILY: Arial,Helvetica; TEXT-DECORATION: none
}
TEXT {
	FONT-SIZE: 9px; COLOR: #000;
}
