/* Tom Green Condominiums style sheet */
body	{	color: #000000;
		background: #000000;
		font-family: Verdana,Arial;
		font-size: 10pt;
	}
	
.pagecontent
	{
		margin-left: 0.6em;
	}
	
p	{	font-size: 10pt;
		margin-left: 0.6em;
				
	}
	
h4	{	color: #ff0000;
		margin-left: 0.6em;
	}
	
blockquote	{	color: black; background: #fff;
			font-family: Verdana,Arial;
			font-size: 8pt;
			font-style: italic;
			font-weight: extra-light;
			text-align: center;
			word-spacing: 3px;
		}
		
div.remark	{	color: red;
			font-size: 8pt;
			font-style: italic;
			margin-left: 0.6em;
		}

div.update	{	background: #ffffde;
			color: #145E3B;
			font-weight: light;
			text-align: center;
			width: 300px;
			margin-left: 35%;
		}
		
hr 	{	color: black;
		width: 800px;
		height: 15px;
	}
	
div.rules	{	font: 9.5pt;
		}
		
div.printview	{	font-size: smaller;
			font-style: italic;
			text-align: center;
		}

div.header	{	background: #ffffde;
			color: #145E3B;
			font-weight: bold;
			width: 135px;
		}

th	
	{
	background-color: #145E3B;
	color: #ffffff;
	font-weight: heavy;
	font-size: smaller;
	vertical-align: top;
	align: left;
	}
	
td
	{
	font-size: smaller;
		
	}

div.contact	{	text-align: center;
		}
		
div.adobe	{	background: #cdddce;
			color: #145E3B;
			font-weight: light;
			width: 135px;
			text-align: center;
			margin-left: 25%;
		}
		
div.toolheader
	{
	background: #145E3B;
	color: #145E3B;
	width:750px;
	height: 10%;
	}
	
div.toolcontent
	{
	background: #cdddce;
	color: #000000;
	width: 750px;
	margin-top: 0px;
	}
		
div.login
	{
	margin-left: 0.6em;	
	}
	
fieldset
	{
	width: 100%;
	border-style: solid;
	border-color: #cdddce;
	margin-left: 0.6em;
	}

.confirm
	{
	font-size: smaller;
	color: #ff0000;
	margin-left: 0.6em;
	}


