.heading			{	font-size: 138.5%; 
						font-weight: bold; 
						color: #000000; 
						margin: 10px 0px;
					}

.subheading			{font-size: 123.1%; font-weight: bold; color: #000000; margin: 5px 0px;}
.title				{font-size: 100%; font-weight: bold; color: #000000;
					 margin: 3px 0px;
					 padding-left: 0px;
					}
.subtitle			{
						font-size: 100%; 
						font-weight: bold; 
						color: #808080;
						margin: 2px 0px;
						padding-left: 0px;
					}


.text			{font-size: 100%; color:  #000000}
.small			{font-size: 93%; color:  #606060}
.description	{font-size: 100%; color:  #808080}
.error			{font-size: 93%; font-weight: bold; color:  #ff0000}


/* Button Class */



/* Basic Button */
 .navbutton,
 .button {
	margin-right:3px;
	padding:1px 4px;
	background-color:#FFFFFF;
	border:1px solid #ED1C24;
	text-decoration: none;
	font-size: 93%;
	font-weight:bold;
}


.navbutton:hover,
.button:hover{
	background-color: #ED1C24;
	text-decoration: none;
	color: #fff;
}

.navbutton.disabled,
.navbutton.disabled:hover,
.button.disabled ,
.button.disabled:hover,
.button[disabled],
.button[disabled]:hover
{
	background-color: inhherit;
	border:1px solid #aaa;
	color:#aaa;
	cursor: default;
}

