@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#122672;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
	
#Table_01 {
background-color:#f1f1f1;
}

a {
	color: #122672;
}
a:visited {
	color: #122672;
}
a:active {
	color: #122672;
}
a:hover {
	color: #ffffff;
}

h1,h2,h3,h4,h5,h6 {
	padding:0 20px;
	}

h1 {
	font-size:20px;
	}
h2 {
	font-size:18px;
	}
h3 {
	font-size:17px;
	}
h4 {
	font-size:16px;
	}
h5 {
	font-size:15px;
	}
h6 {
	font-size:14px;
	}
p {
	padding:0 20px;
	}
.newStyle1 {
	color: #68446C;
	font-size: medium;
	font-weight: bold;
}
.newStyle2 {
	font-size: xx-small;
}
.newStyle3 {
	font-size: medium;
	font-weight: bold;
	color: #68446C;
	}

.newStyle2 {
	color: #6C3977;
	font-size: x-small;
	font-weight: bold;
}

.newStyle3 {
	font-size: medium;
	color: #000000;
	font-weight: 700;
}

