@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;	
	font-family:Arial, Helvetica, sans-serif;	
}

a{
	color:#012B5D;
	text-decoration:none;
	cursor:pointer;
}

textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:4px;
}
h1{margin:0px;padding:0px;}
h2{margin:0px;padding:0px;}
h3{
	font-size:12px;
	margin:0px;
	margin-bottom:5px;	
}

.LinkStyle {
	color:#012B5D;	
}

.PageHeading{
	font-size:32px;
	font-weight:bold;
	color:#012B5D;
}

/*   COLORS  */
.Blue{
	color:#012B5D;
}
.Red{
	color:#C21330;	
}
.White{
	color:#FFF;
	font-style:normal;
}
.Black{
	color:#000;
}
.Grey{
	color:#808080;
}


/* STYLES  */
.Bold{
	font-weight:bold;	
}
.Italic{
	font-style:italic;	
}
.Underline{
	text-decoration:underline;


/*  SIZES  */
.Small{
	font-size:11px;	
}

.Medium{
	font-size:12px;	
}

.Large{
	font-size:13px;	
}

.XLarge{
	font-size:14px;	
}

.XXLarge{
	font-size:16px;	
}
.XXXLarge{
	font-size:20px;	
}

/*  ALIGNMENT  */
.Left{
	text-align:left;	
}
.Center{
	text-align:center;	
}
.Right{
	text-align:right;	
}


/*  LINE SPACING  */
.Tight{
	line-height:1;
}

