/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 13px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}


#container
{
	border-right: #77482a 1px solid;
	padding-right: 0px;
	border-top: #77482a 1px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #77482a 1px solid;
	width: 775px;
	padding-top: 0px;
	border-bottom: #77482a 1px solid;
	position: relative;
	height: 600px;
}

div {overflow: hidden; margin: 0px, 0px, 0px, 0px;}

.borderBrown{border-right: #77482a 1px solid;border-top: #77482a 1px solid;border-left: #77482a 1px solid;border-bottom: #77482a 1px solid;}

A:link,
A:visited,
A:active
	{text-decoration: none; color: #3333cc;}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	

A.tan:link,
A.tan:visited,
A.tan:active
	{text-decoration: none; color: #E0DBBB;}	
		
A.tan:hover	{	
	text-decoration: none;
	color:	#E0DBBB;
	}
	
A.brown:link,
A.brown:visited,
A.brown:active,
A.brown:hover
	{text-decoration: none; color: #77482a;}
	
A.white:link,
A.white:visited,
A.white:active,
A.white:hover
	{text-decoration: none; color: #FFFFFF;}	
	
.brownBack {background-color: #77482a;}
.creamBack {background-color: #EEECDA;}
.lightBrownBack {background-color: #AF9778;}
.lightTealBack {background-color: #BFCEBF;}
.tanBack {background-color: #E0DBBB;}
.tealBack {background-color: #98BFC3;}

.brown {COLOR: #77482a;}
.tan {COLOR: #E0DBBB;}	 
.white {COLOR: #FFFFFF;}
.whiteBold {COLOR: #FFFFFF; font-weight: bold;}

.font12 {font-family: Times New Roman, Arial, Verdana, Sans-Serif; font-weight: normal; font-size: 12px}	       
.font13 {font-family: Times New Roman, Arial, Verdana, Sans-Serif; font-weight: normal; font-size: 13px}	       
.font14 {font-family: Times New Roman, Arial, Verdana, Sans-Serif; font-weight: normal; font-size: 14px}	       
.font15 {font-family: Times New Roman, Arial, Verdana, Sans-Serif; font-weight: normal; font-size: 15px}
.font16 {font-family: Times New Roman, Arial, Verdana, Sans-Serif; font-weight: normal; font-size: 16px}
.font18 {font-family: Times New Roman, Arial, Verdana, Sans-Serif; font-weight: bold; font-size: 18px}
.font24 {font-family: Times New Roman, Arial, Verdana, Sans-Serif; font-weight: normal; font-size: 24px}

IMG {margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px;}
