/*						Krila Morgans  
/
/                 Sample page layout
/	---------------------------------------------------
/ |                 1. General set up astyles         |
/ |                                                   |
/ |					2. Text Area 					  |                
/	---------------------------------------------------
/

1/* General setup styles */
body {
	background-color: #999999;
   font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #999966;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}

.textBoxStyle { 
	text-align: left;
	font-size: 10px; 
}

/* 2. Text Area Styles */
.paragraphTitle {
	color: #095C78;  /* teal */
	font-size: 14px;
	font-weight: bold;
}
.paragraphSubtitle {
	color: #333333;	/* grey */
	font-size: 12px;
	font-weight: bold;
}
.paragraphText {
	color: #000000;	/* black */
	font-size: 12px;
}
.copyright {
	color: #000000;	/* black */
	font-size: 10px;
}
.toplinks {
	color: #000099;	/* navy */
	font-size: 12px;
}
.paragraphSite {
	color: #000099;	/* navy */
	font-size: 12px;
	font-weight: bold;
}
