/*
 * Copyright 1999/2004 by David Killingsworth, Tux Studios
 *
 * Country Living Mortgage 
 *
 * CVS Info: $Id: countrylivingmortgage.css,v 1.01 2007/02/22 16:01:59 killer Exp $
 * $Author: killer 
 *
 */

/*
a:hover{
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
*/
A {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

/*
A:link {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

A:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

A:active {
	color: yellow;
}
*/
A.langswitch {
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
        text-decoration: underline;
}

.nodeco {
	text-decoration: none;
	color: gray;
	font-size: 12px;
}

.warn {
	font-weight: bold;
	color: yellow;
}

/* paragraph of page */
.text0 {
	color: #000000;
	font-size: 13px;
        font-family: arial, Georgia, sans-serif;
/*	font-weight: bold; */
}
.text1 {
	color: #a52a2a;
	font-size: 13px;
        font-family: arial, Georgia, sans-serif;
	font-weight: bold; 
}
.error {
        color: #FF0000;
        font-size: 13px;
        font-family: arial, Georgia, sans-serif;
        font-weight: bold;
}

.lefttitle {
        color: #0000C0;
        font-weight: bold;
        font-size: 14px;
}

.centertitle {
        color: #8EAA8E;
        font-weight: bold;
        font-size: 14px;
}

.righttitle {
        color: red;
        font-weight: bold;
        font-size: 14px;
}
.maincontent {
        background: #aacce3;
        color: #000000;
        font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	vertical-align: top;
}
.menu {
        background-image: URL(/images/menu/menuback.png);
        background-repeat: repeat-y;
}
.phoneblock {
        color: #000000;
        font-size: 10px;
        font-family: arial, Georgia, sans-serif;
	background-image: URL(/images/countrylivingmortgage-0-4.jpg);
	background-repeat: repeat-y;
}
BODY {
	background: #000000;
	color: #000000;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
}

INPUT {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

SELECT {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #800000;
}

HR.footer {
	color: #74895F;
}

.footernote {
        color: #83AA83;
        font-size: 10px;
    font-family: arial, Georgia, sans-serif;
}

/* EOF */


