html, body {
padding: 0;
margin: 0;
}
body, td {
	font: 14px/16px  sans-serif;
}


/* I think we need more classes down here :P */

.Bigli {
	
	font-size: 15px;
	font-weight:bold
}
.XLargeHeaderTextRed {
	font-size: 65px;
	color: #D4232D;
	font-weight:bold;
}
.LargeHeaderTextRed {
	font-size: 30px;
	color: #D4232D;
	font-weight:bold;
}
.MediumLargeHeaderTextRed {
	font-size: 25px;
	color: #D4232D;
	font-weight:bold;
}
.LargeTextRed {
	font-size: 20px;
	color: #D4232D;
}
.LargeTextWhite {
	font-size: 20px;
	color: #FFFFFF;
}
.LargeTextBlack {
	font-size: 20px;
	color: #000000;
}
.MediumTextBlack {
	font-size: 16px;
	font-weight:bold;
	color: #000000;
}

.BoldTextRed {
	font-size: 16px;
	color: #D4232D;
	font-weight:bold;
}
.BoldTextLargeRed {
	
	font-size: 16px;
	color: #D4232D;
	font-weight:bold;
}
.LargeTextYellow {
	font-size: 20px;
	color: #FEB92E;
}
.SmallTextYellow {
	font-size: 13px;
	color: #FEB92E;
	font-weight:bold;
}
.SmallTextBlack {
	font-size: 13px;
	color: #D4232D;
	/*font-weight:bold;*/
}
.BoldBlackText {
	
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}
.SmallText {
	font-size: 12px;
	font-style:italic;
	color: #000000;
}
.MediumTextWhite {
	font-size: 16px;
	font-weight:bold;
	color: #FFFFFF;
}
.WhiteText {
	
	font-size: 14px;
	color: #FFFFFF;
}
.BoldWhiteText {
	
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
}
.SmallWhiteText {
	
	font-size: 10px;
	color: #FFFFFF;
}

.SmallTextBlack2 {
	font-size: 10px;
	color: #000000;
	/*font-weight:bold;*/
}

#borderTable { 
padding: 1px 1px 1px 1px;
border: 2px solid #D4232D;
border-bottom: 2px solid #D4232D;
color: #000000;

font-size: 14px;
}
#borderTableGrey { 
padding: 1px 1px 1px 1px;
background-color:whiteSmoke;
border: 2px solid #D4232D;
border-bottom: 2px solid #D4232D;
color: #000000;

font-size: 14px;
}
#borderLessTable { 
padding: 1px 1px 1px 1px;
color: #000000;

font-size: 14px;
}
input.btn{
   font-family: sans-serif;
   width: 75px;
   height: 30px;
   font-weight:bold;
 }

a:link {color: #D4232D; text-decoration: underline;} /* unvisited link */
a:visited {color: #D4232D; text-decoration: underline;} /* visited link */
a:hover {color: #FEB92E; text-decoration: underline;} /* the mouse "hovers" over the link */
a:active {color: #D4232D; text-decoration: underline;} /* according to CSS2- */

.BlkLnk a:link {color: #000000; text-decoration: none;font-size: 14px;font-weight:bold;}
.BlkLnk a:visited {color: #000000;text-decoration: none;font-size: 14px;font-weight:bold;}
.BlkLnk a:active {color: #000000;text-decoration: none;font-size: 14px;font-weight:bold;}
.BlkLnk a:hover {color: #D4232D; text-decoration: none;font-size: 14px;font-weight:bold;}

.WtLnk a:link {color: #FFFFFF; text-decoration: none;font-size: 14px;text-decoration: underline;}
.WtLnk a:visited {color: #FFFFFF;text-decoration: none;font-size: 14px;text-decoration: underline;}
.WtLnk a:active {color: #FFFFFF;text-decoration: none;font-size: 14px;text-decoration: underline;}
.WtLnk a:hover {color: #D4232D; text-decoration: none;font-size: 14px;text-decoration: underline;}

.SmWtLnk a:link {color: #FFFFFF; text-decoration: none;font-size: 10px;text-decoration: underline;}
.SmWtLnk a:visited {color: #FFFFFF;text-decoration: none;font-size: 10px;text-decoration: underline;}
.SmWtLnk a:active {color: #FFFFFF;text-decoration: none;font-size: 10px;text-decoration: underline;}
.SmWtLnk a:hover {color: #D4232D; text-decoration: none;font-size: 10px;text-decoration: underline;}
