/* Catch all styles */
body {
	font-family: Verdana, sans-serif;
	font-size : 10px;
	color : #003366;
	background: #FFFFFF;
    SCROLLBAR-FACE-COLOR: #5292cc; SCROLLBAR-HIGHLIGHT-COLOR: #8fbee8; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #003366; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #768aae; SCROLLBAR-DARKSHADOW-COLOR: #003366;
}

.side {
	background: #FFFFFF;
}

.content {
	background: #FFFFFF;
}

input, textarea, select {
       color: #003366;
       background:#ffffff;
       font-size: 7pt;
       font-weight: regular;
       text-decoration: none;
       font-family: Verdana, sans-serif; 
       text-align: left;
       border-width: 1px;
       border-style: solid;
       border-color: #003366; 
}


p	{
	font-family: Verdana, sans-serif;
	font-size : 10px;
	color : #003366;
}

td	{
	font-family: Verdana, sans-serif;
	font-size : 10px;
	color : #003366;
	line-height: 16px;
	
}

textarea	{
	font-family: Verdana, sans-serif;
	font-size : 10px;
	border: 1px solid gray;
	color: #003366;
	width: 300px;
	height: 150px;
	
}

th {
	font-family: Verdana, sans-serif;
	color: #000000;
	background: #003366;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	height: 20px;
}

ul {
	text-indent: 0px;
	line-height: 20px; list-style-image:url('../Built%20On%20Strength/images/bullet.gif')
	
}
.olNumber{
	list-style-type: decimal
}

input {
	font-family: Verdana, sans-serif;
	color: #003366;
	font-size: 10px;
}

select {
	font-family: Verdana, sans-serif;
	border: 1px solid gray;
	color: #003366;
	font-size: 10px;
}

a{
	font-family: Verdana, sans-serif;
	color : #003366;
	text-decoration: underline;
}
a:hover{
	font-family: Verdana, sans-serif;
	color: #003366;
	text-decoration: none;
	
}
a:link{
	font-family: Verdana, sans-serif;
	color : #003366;
	text-decoration: underline;

}

a:visited{
	font-family: Verdana, sans-serif;
	color : #003366;
	text-decoration: underline;

}

/* end catch alls*/
