@import "layout.css";
@import url('layout.css');
@import "forms.css";
@import url('forms.css');

/* Styles for any basic elements e.g. p, h1 etc. */


.page_title {
font-weight:bolder;
color:#731e33;
font-family:Tahoma;
font-size:19px;
}

.text_header {
color:#731e33;
font-family:Tahoma;
font-size:11px;
}
.text_header a {
color:#000000;
font-family:Tahoma;
font-size:11px;
text-decoration:none;
}
.text_header a:hover {
color:#000000;
font-family:Tahoma;
font-size:11px;
text-decoration:underline;
}

.menu_cell {
display:block;
width: 149px;
height: 28px;
color:#731e33;
font-family:Tahoma;
font-size:12px;
background-repeat:no-repeat;
}
.menu_cell a {
display:block;
width: 149px;
height: 28px;
color:#731e33;
font-family:Tahoma;
font-size:12px;
text-decoration:none;
}

.menu_cell a:hover {

display:block;
width: 149px;
height: 28px;
color:#731e33;
font-family:Tahoma;
font-size:12px;
text-decoration:none;
background-image:url(../images/general/menu_backover.gif);
background-repeat:no-repeat;
}

.menu_cell2 {
display:block;
width: 149px;
height: 28px;
color:#731e33;
font-family:Tahoma;
font-size:12px;
background-repeat:no-repeat;
}
.menu_cell2 a {
display:block;
width: 149px;
height: 28px;
color:#731e33;
font-family:Tahoma;
font-size:12px;
text-decoration:none;
background-image:url(../images/general/menu_backover.gif);
background-repeat:no-repeat;
}

.menu_cell2 a:hover {
display:block;
width: 149px;
height: 28px;
color:#731e33;
font-family:Tahoma;
font-size:12px;
text-decoration:none;
background-image:url(../images/general/menu_backover.gif);
background-repeat:no-repeat;
}

.text_contact {
color:#000000;
font-size:14px;
font-family:Tahoma;
}

.text_contact strong {
color:#731e33;
font-size:14px;
font-family:Tahoma;
}


.text_contact a {
color:#731e33;
font-size:14px;
font-family:Tahoma;
text-decoration:none;
}

.text_contact a:hover {
color:#c23356;
font-size:14px;
font-family:Tahoma;
text-decoration:underline;
}







.text_detail {
color:#000000;
font-size:11px;
font-family:Tahoma;
}
.text_detail a {
color:#731e33;
font-size:11px;
font-family:Tahoma;
}
.text_detail a:hover {
color:#c23356;
font-size:11px;
font-family:Tahoma;
}



.text_notext {
font-size:11px;
text-decoration:none;
}
.text_notext a {
font-size:11px;
text-decoration:none;
}
.text_notext a:hover {
font-size:11px;
text-decoration:none;
}

.text_footer {
font-family:Tahoma;
font-size:10px;
color:#333333;
}
.text_footer a {
font-family:Tahoma;
font-size:10px;
color:#731e33;
text-decoration:none;
}
.text_footer a:hover {
font-family:Tahoma;
font-size:10px;
color:#c23356;
text-decoration: underline;
}

.text {
font-family:Tahoma;
font-size:11px;
color:#000000;
}

.pictitle {
color:#731e33;
font-family:Tahoma;
font-size:12px;
padding-top:10px;
}


.button {
	background-color:#5a1c2b;
	width: 60px;
}

.input, textarea {
	border: 1px solid #731E33;
}
