/*This file is use solely for defining fonts.*/
h1{font-size: 197%; }
h2{font-size: 182%; }
h3{font-size: 167%; }
h4{font-size: 153.9%; }
h5{font-size: 138.5%; }
h6{font-size: 123.1%; }

h1,h2,h3,h4,h5,h6{
	font-weight: bold;
	margin-bottom: 15px;
}
strong{
	font-weight: bold;
}

#mainContent p{
	margin-bottom: 10px;
	text-align: justify;
}
#mainContent{
	color: #01369C;
}
#mainContent a{
	display: inline-block;
	font-weight: bold;
	color: #01369C;
}
#mainContent a:hover{
	display: inline-block;
	font-weight: bold;
	color: white;
	background-color: #0C95FA;
}

/*Table Configuration Generic */
#mainConent table{
	border-collapse: collapse;
}
#mainContent input[type="checkbox"]{
	margin: 2px 0px; 
}
#mainContent input[type="text"]{
	border: 2px inset #0C95FA;
}
#mainContent textarea{
	border: 2px inset #0C95FA;
}
#mainContent fieldset{
	border: 4px double #0C95FA;
	margin: 5px 3px;
	padding: 5px;
}
#mainContent legend{
	border: 2px outset #6CBEFA;
	background-color: white;
	color: #01369C;
	font-weight: bold;
}
#mainContent label{
	padding-right: 5px;
}
#mainContent fieldset td{  /*For form fields only*/
	padding: 3px 0px;
	padding-left: 2px;
}

.underlinem, h2{
	border-bottom: 2px solid #01369C;
}
/* Reference Point for Fonts
Size %
10 	 77
11 	85
12 	93 (was 93)
13 	100
14 	108 (was 107)
15 	116 (was 114)
16 	123.1 (was 122)
17 	131 (was 129)
18 	138.5 (was 136)
19 	146.5 (was 144)
20 	153.9 (was 152)
21 	161.6 (was 159)
22 	167
23 	174
24 	182
25 	189
26 	197 
*/
