/*
©2003-2004 All Rights Reserved
 ___     _   _         __      ___    _ _       _
| _ )___| |_| |___ _  _\ \    / / |_ (_) |_ ___| |_  ___ _ _ _ _  ___
| _ Y -_)  _| / -_) || |\ \/\/ /| ' \| |  _/ -_) ' \/ _ \ '_| ' \/ -_)
|___|___|\__|_\___|\_, / \_/\_/ |_||_|_|\__\___|_||_\___/_| |_||_\___|
                   |__/

This is lovells.css - Stylesheet of lovellsproperty.com version 0.1a
*/

/*################################### BASIC ##############################################*/


body					{ font-family: arial, helvetica;
						color: #5B7B59;
						font-size: 11;
						margin: 0;
						padding: 3px 5px 3px 5px;
						}

strong					{ font-weight: bold;}

em						{ font-style: italic;}

br						{ line-height: 4px;}

a:link, a:visited		{ color: #3A4F39;
						text-decoration: none;
						}

a:hover, a:active		{ color: #4F6B4E;
						text-decoration: underline;
						}

img						{ border: none;}

table					{ display: table;
						width: 182px;
						border-collapse: collapse;
						color: #5B7B59;
						font-color: #5B7B59;
						font-size: 11;
						}

tr						{ display: table-row }

td						{ display: table-cell;
						padding: 0;
						}

#calcheading			{ display: block;
						height: 20px;
						colour: #5B7B59;
						font-weight: bold;
						}

input					{ height: 20px;
						border: solid 1px #bbb;
						font-size: 11px;
						margin: 0 0 4px 0;
						}

input.money				{ width: 65px;
						}

input.intnyears			{ width: 25px;
						}

input.submit			{ width: 105px;
						background: #F3F3F3;
						margin: 0;
						}

td.td2					{ width: 120;}

td.td3					{ height: 21px;
						color: red;
						}