/* Set <a href> properties */
a:link, a:visited, a:active {
	color:#0000FF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border: none;



}
a:hover {
	color:#FF0000;
	font-weight: bold;
	text-decoration: none;

}

/* Paragraph and heading properties */
h1 {
	font-size:21px;
	font-family: Tahoma;
}
h2 {
	font-size:16px;
	font-family: Tahoma;
}
h3 {
	font-size:13px;
	font-family: Tahoma;
}
p {
	font-size:12px;
	font-family: Tahoma;
}

/* Start from the top :) */
.logo {
	font-size: 12px;
	color: #0000FF;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #000000;







}
.menubar {
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background:url(images/menu_bg.gif);
	font-size: 12px;
	font-family: Tahoma;
}
.body {
	border:none #000000;
	font-size:12px;
	font-family: Tahoma;
}
.copyright {
	border-left:none #000000;
	border-right:none #000000;
	border-bottom:none #000000;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	color: #FFFFFF;

}

/* Start the special color users :):P */
.menuleft {
	font-size:10px;
	font-family: Tahoma;

}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.formText {
	font-size:12px;
	font-family: Tahoma;
	color: #0033FF;
	cursor: hand;
	font-weight: bold;
	text-transform: none;

}
.mainTextSmall {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.HeadlineText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0D37B2;
	text-transform: uppercase;


}
.Borders {
	font-size: 12px;
	color: #0000FF;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}
