.orangeboldtext {
	color: #FF6500;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	}

.orangeboldtext a {
	color: #FF6500;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	}
	
.blueboldtext {
	color: #28188C;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	}
	
.blueboldtext a {
	color: #28188C;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	}
		
.mainboldtext {
	color: black; /*#666666*/
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	}
	
.maintext {
	color: black; /*#666666*/
	font-family: arial;
	font-size: 11px;
	}

.text {
	color: black; /*#666666*/
	font-family: arial;
	font-size: 11px;
	}
	
.smalltext {
	color: black; /*#666666*/
	font-family: arial;
	font-size: 9px;
	}
	
.bdr {
	border-style: solid; 
    border-width: 1px;
    border-color: #FF6500
	}

.linktext {

	font-family: arial;
	font-size: 11px;
	font-style: italic;
	}
	
.linktext a{

	}

.signuptext {
	font-family: arial;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #28188C;
	}

