/*
* Theme Name:		DC Web - Internet Service Provider
* Description:		Pro2col Lab - Creating & Offering the Best Solutions
* Author: 			Blaize Windscheffel | Pro2col Lab
* Contact:			http://www.pro2col.co.za
*/

.MainTextStyle {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #585858;
}
.StatusStyle {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CFCFCF;
}
.StatusStyle2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #E77817;
}
.ButtonStyle {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #383838;
}



.MainHeaderStyle {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #383838;
	text-align: center;
}
.OptionStyle {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #E77817;
}
.SignupStyle {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #CA0000;
	text-align: center;
}
#SignUpLink a:link{
	color: #CA0000;
	text-decoration: underline;
}

#SignUpLink a:visited{
	color: #CA0000;
	text-decoration: underline;
}

#SignUpLink a:active{
	color: #CA0000;
	text-decoration: underline;
}

#SignUpLink a:hover{
	color: #CA0000;
	text-decoration: none;
}
#StatusLink a:link{
	color: #E77817;
	text-decoration: none;
}

#StatusLink a:visited{
	color: #E77817;
	text-decoration: none;
}

#StatusLink a:active{
	color: #E77817;
	text-decoration: none;
}

#StatusLink a:hover{
	color: #E77817;
	text-decoration: underline;
}
#ButtonLink a:link{
	color: #383838;
	text-decoration: none;
}

#ButtonLink a:visited{
	color: #383838;
	text-decoration: none;
}

#ButtonLink a:active{
	color: #383838;
	text-decoration: none;
}

#ButtonLink a:hover{
	color: #E77817;
	text-decoration: underline;
}
