/* Default CSS Stylesheet for a new Web Application project */

body {
		background-color: White;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		background-position : top;
		background-repeat : repeat;
	}

	text {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: Black;
	}

	.mainbold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-weight : bold;
}

	a {
		color: Black;
		text-decoration: none;
		font-size : 11px;
	}
	
a:hover {
		text-decoration: underline;
	}

/* text style for buttons and link buttons */
.CommandButton     {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* style of search result header */
.SearchHeader    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: blue;
}

/* style of search result item */
.SearchResult    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    normal;    
}

/* Christina's classes */
	.maintext
	{
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 11px;
		color:Black
	}
	



	.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #5C5C5C;
	background-color: #DEB887;
}

	.legal {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #333333;
	}
	
	input.big {
		width: 100px;
	}

	input.small {
		width: 50px;
	}

	.blueHeavytext {
		font-size : 12px;
		color : #2152D6;
		font-family : sans-serif;
		font-weight : bold;
	}

	.bluetext {
		font-size : 11px;
		color : #2152D6;
		font-family : sans-serif;
	}

	.tealtext {
		font-size : 11px;
		color : #42738C;
		font-family : sans-serif;
	}

	.whitebold {
		font-size : 11px;
		font-weight : bold;
		color : White;
	}

	.white {
		font-size : 11px;
		color : White;
	}