/*------------------------------------------------------------------
[Master Stylesheet]
Project:	Arthur Gary School of Real Estate
Version:	1.0.0
Last change:	21/05/08 [created CSS document]
------------------------------------------------------------------*/
@import "reset.css";
@import "layout.css";
@import "colors.css";
@import "typography.css";

.green_text {
		color:#333333;
		font-size:11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.green_text:hover{text-decoration:none;}

.proj_title {
	color: #ffffff;
	width:400px;
	padding:5px;
	background: #A19058;
	line-height:14px;
	font-weight:bold;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	margin-top:10px;
}

#doc_uploader{
	font-size:11px;
	width:300px;
	height:330px;
	padding:0px;
	margin:5px;
	border:0px solid #A19058;
	overflow:auto;
}

/*********
DHTML Stuff Below Here
**********/
