/* Begin Body */
body {
	margin:  0px;
	cursor: default;
	background-color: #FFFFFF;
	font-family: trebuchet ms;
	font-size: 11px;
        color: #606060; 
        text-align: justify; 
}
/* End Body */



/* Begin Links */
a {
	text-decoration: none;
	font-size: 11px;
	color: #F89C87;
}
a:hover {
	text-decoration: underline;
	font-size: 11px;
	color: #EED216;
}
/* End Links */



/* Begin Body Tags */
table, tr, td, div {
	font-family: trebuchet ms;
	font-size: 11px;
    text-align: justify;
}
.title, h1, h2{ 
	font-family: trebuchet ms;
	font-weight: bold;
	color: EF6666;
	font-size: 16px;
	border-bottom: 2px dashed #BCBCBC;
	line-height: 30px;
}
.title2, h1, h2{ 
	font-family: trebuchet ms;
	font-weight: bold;
	color: D3AD13;
	font-size: 16px;
	border-bottom: 2px dashed #BCBCBC;
	line-height: 30px;
}
.title3, h1, h2{ 
	font-family: trebuchet ms;
	font-weight: bold;
	color: B4E229;
	font-size: 16px;
	border-bottom: 2px dashed #BCBCBC;
	line-height: 30px;
}
/* End Body Tags */



/* Begin Descriptive Text */
b, strong {
	color: #F165A0;
}
i, em {
  color: #E97915;
}
u, underline {
        color: #EC3741;
}
/* End Descriptive Text */

/* Begin Forms */
textarea, input, select, button {
	background-color: #FFFFFF;
	border: 2px solid #FDD56E;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #666666;
	
}
input:focus { border: 2px solid #B5F114; }
textarea:focus { border: 2px solid #B5F114; }
ul, li {
	list-style-type: square;
}
/* End Forms */
