	a
	{
		color : #003366;
		text-decoration : underline;
	}
	a:hover
	{
		color : #336699;
		text-decoration : none;
	}
	a.footer
	{
		font-size : 11px;
		text-decoration : none;
	}
	a.hash
	{
		text-decoration : none;
	}
	a.nav
	{
		text-decoration : none;
	}
	body
	{
		margin : 0;
		background-color : #ff9900;
		color : #000000;
	}
	body, td, input, select, textarea, pre, .defaultFont
	{
		font-family : Verdana, Arial;
		font-size : 11px;
		line-height: 0.6cm
	}
	font.copyright
	{
		color : #ffffff;
		font-size : 11px;
		font-weight : bold;
	}
	font.date
	{
		color : #333333;
	}
	font.note
	{
		color : #999999;
	}
	font.subTitle, a.subTitle
	{
		font-weight : bold;
		color : #4682b4;
		text-decoration : none;
	}
	font.title, a.title
	{
		font-size : 13px;
		font-weight : bold;
		color : #003366;
		text-decoration : none;
	}
	font.required, font.error
	{
		color : #cc0000;
	}
	td.required, td.error
	{
		background-color : #cc0000;
	}
	font.signupRequired
	{
		color : #003366;
	}
	td.signupRequired
	{
		background-color : #003366;
	}
	font.attention
	{
		color : #ff6600;
	}
	td.attention
	{
		background-color : #ff6600;
	}
	font.success
	{
		font-weight : bold;
		color : #336600;
	}
	td.success
	{
		background-color : #336600;
	}
	/* For service tables */
	font.price
	{
		font-size : 13px;
		color : #cc0000;
		font-weight : bold;
	}
	font.priceDecimal
	{
		font-size : 12px;
	}
	font.packageName
	{
		color : #336699;
		font-weight : bold;
	}
	font.featureName
	{
		color : #003366;
	}
	input.button, button
	{
		border-top : 1px solid #000000;
		border-bottom : 1px solid #000000;
		border-left : 1px solid #000000;
		border-right : 1px solid #000000;
		background-color : #ff9900;
		color : #ffffff;
		font-weight : bold;
	}
	.inputField, input.loginField, select.loginField
	{
		border-top : 1px solid #cccccc;
		border-left : 1px solid #cccccc;
		border-right : 1px solid #cccccc;
		border-bottom : 1px solid #cccccc;
	}
	input.loginField, select.loginField
	{
		width : 90px;
	}
	ul.bulletList
	{
		list-style-image : url(/pics/bullet.gif);
	}
