/* CSS Document */

body {
	background-color: #d7eef9;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.textarea {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#333333;
}

.welcome_title {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:25px;
font-style:italic;
color:#145492;
margin-bottom:5px;
}

.title {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:25px;
color:#145492;
margin-bottom:5px;
}

.subtitle {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:15px;
font-weight:normal;
color:#145492;
}

.subtitle a{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:15px;
font-weight:normal;
color:#145492;
text-decoration:underline;
}

.subtitle a:hover{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:15px;
font-weight:normal;
color:#145492;
text-decoration:none;
}

.welcome {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
line-height:22px;
color:#4d4d4e;
}

.specials {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
line-height:22px;
color:#4d4d4e;
}

.footer {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#444445;
}


