/* Default CSS Stylesheet for a new Web Application project */
BODY{
    BACKGROUND-COLOR: white;
    font: normal normal .8em Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT{
    COLOR: #620002;
}
H1 {
	font: normal 700 2em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
}
H2 {
	font: normal 700 1.75em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
}
H3 {
	font: normal 500 1.58em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
}
H4 {
	font: normal 500 1.33em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
}
H5, DT {
	font: normal 700 1em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
}
H6 {
	font: normal 700 .8em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
}
TFOOT, THEAD {
	font-size:	1em;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
}
TH {
	vertical-align:	baseline;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	font: bold 1em Arial, Helvetica, sans-serif;
}
A:link {
	text-decoration: none;
	color:	#33c;
}
A:visited {
	text-decoration: none;
	color:	#339;
}
A:active {
	text-decoration: none;
	color: #339;
}
A:hover	{
	text-decoration: underline;
	color: #33c;
}
SMALL {
	font-size:	.7em;
}
BIG	{
	font-size:	1.17em;
}
BLOCKQUOTE, PRE	{
	font-family: Courier New, monospace;
}
UL LI {
	list-style-type:square;
}
UL LI LI {
	list-style-type: disc;
}
UL LI LI LI	{
	list-style-type: circle;
}
OL LI {
	list-style-type: decimal;
}
OL OL LI {
	list-style-type: lower-alpha;
}
OL OL OL LI	{
	list-style-type: lower-roman;
}
IMG {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.Button{
    BORDER-RIGHT: black medium solid;
    BORDER-TOP: lightgrey medium solid;
    BORDER-LEFT: lightgrey medium solid;
	BORDER-BOTTOM: black medium solid;
    color: White;
    font: bolder xx-small verdana, arial, Georgia, 'Times New Roman', Tahoma, 'Courier New';
    BACKGROUND-COLOR: #0664ab;
}
