body {background-color:#F3F4F8;font-family:arial;}
td {font-size:8pt;font-family:arial;color:#404040;}
b {color:black;font-weight:bold;}
img {display:block;}
form {margin:0px;padding:0px;}
.navbar td {text-align:center;color:white;}
.navbar td a:link, .navbar td a:visited, .navbar td a:active {text-decoration:none;font-family:Arial;font-weight:bold;font-size:11pt;}
.navbar td a div {width:100%;height:20px;}
.navbar2 {text-align:center;}

.header {text-align:center;font-size:12pt;font-weight:bold;color:white;}

h1,h2,h3,h4,h5,h6 {margin:0px;padding:0px;text-shadow: 1px 1px 0px rgba(0,0,0,0.3);;}
/* PAGE COLORS */
.red, .red:link, .red:visited {color:#C84145;}
.red:hover {color:#841B24;}
.green, .green:link, .green:visited {color:#70BE14;}
.green:hover {color:#8B9F24;}
.blue, .blue:link, .blue:visited {color:#297BF7;}
.blue:hover {color:#3E44F4;}
.yellow, .yellow:link, .yellow:visited {color:#CE9600;}
.yellow:hover {color:#FFBA01;}
.yellow2, .yellow2:link, .yellow2:visited {color:#FFBA01;}
.yellow2:hover {color:#BC8900;}
.orange, .orange:link, .orange:visited {color:#FF762B;}
.orange:hover {color:#FD8A1D;}
.purple, .purple:link, .purple:visited {color:#9491E9;}
.purple:hover {color:#6C4FC9;}

.white, .white td, .white b {color:white;}


.bluelink:link {color:#6EB8FC;text-decoration:none;}
.bluelink:hover {color:blue;text-decoration:none;}

.copyright {font-size:8pt;color:gray;}
.copyright a:link, .copyright a:visited, .copyright a:active {color:gray;}
.copyright a:hover {color:#13439b;}
.boxcontent {padding:10px;color:white;}
.boxcontent th {font-weight:bold;font-size:8pt;color:black;}
.boxcontent b, .boxcontent td {color:white;}
.boxcontent a:link, .boxcontent a:visited, .boxcontent a:active {color:white;}
.boxcontent input, .boxcontent select {width:230px;}
.red {color:#C84145;}
.leftcontent {padding:10px;color:#404040;}
.leftcontent th {font-weight:bold;font-size:8pt;color:black;}
.leftcontent b, .leftcontent td {color:#404040;}
.leftcontent a:link, .leftcontent a:visited, .leftcontent a:active {color:#C84145;}
.leftcontent input, .leftcontent select {width:230px;}


.fadebar {background:url('images/v1/fadebar.gif') repeat-x #FFFFFF;height:5px;}
/* LOGO */
.logo {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/v1/logo.png', sizingMethod='image');width:338px;height:57px;}
.logo[class] {background-image:url('images/v1/logo.png');background-repeat:no-repeat;}




.textinput {
	outline: none;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 5px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: black;
	border: solid 1px silver;
	
	text-align:left;
	width:250px;
	background: #EEEEEE;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE));
	background: -moz-linear-gradient(top,  #FFFFFF,  #EEEEEE);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE');
	
}
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: 5px 15px 5px 15px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}


.bblue2 {
color:white;
font-weight:bold;
background-color:#2E66A2;
box-shadow:0px -5px 20px #254F7D inset, 0px 5px 20px #3981CB inset,0 1px 2px rgba(0,0,0,.2);
border:solid 1px #254F7D;
}


.bblue2:hover {
color:white;
font-weight:bold;
background-color:#224A74;
box-shadow:0px -5px 20px #152F4A inset, 0px 5px 20px #2D629A inset,0 1px 2px rgba(0,0,0,.2);
border:solid 1px #254F7D;
}

.bgray:link, .bgray:visited {color:white;}
.bgray {
	color: white;
	font-weight:bold;
	border: solid 1px #989898;
	background: #989898;
	background: -webkit-gradient(linear, left top, left bottom, from(#CFCFCF), to(#989898));
	background: -moz-linear-gradient(top,  #CFCFCF,  #989898);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#989898', endColorstr='#989898');
}
.bgray:hover {
	background: #878787;
	background: -webkit-gradient(linear, left top, left bottom, from(#B2B2B2), to(#878787));
	background: -moz-linear-gradient(top,  #B2B2B2,  #878787);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#878787', endColorstr='#878787');
}
.bgray:active {
	color: white;
	background: -webkit-gradient(linear, left top, left bottom, from(#989898), to(#545454));
	background: -moz-linear-gradient(top,  #989898,  #545454);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#989898', endColorstr='#545454');
}



.byellow:link, .byellow:visited {color:white;}
.byellow {
	color: white;
	font-weight:bold;
	border: solid 1px #D6A520;
	background: #D6A520;
	background: -webkit-gradient(linear, left top, left bottom, from(#F8C938), to(#D6A520));
	background: -moz-linear-gradient(top,  #F8C938,  #D6A520);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#D6A520', endColorstr='#D6A520');
}
.byellow:hover {
	background: #F8C938;
	background: -webkit-gradient(linear, left top, left bottom, from(#D6A520), to(#F8C938));
	background: -moz-linear-gradient(top,  #D6A520,  #F8C938);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#D6A520', endColorstr='#F8C938');
}
.byellow:active {
	color: white;
	background: -webkit-gradient(linear, left top, left bottom, from(#D6A520), to(#977417));
	background: -moz-linear-gradient(top,  #D6A520,  #977417);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#D6A520', endColorstr='#977417');
}


.bblue:link, .bblue:visited {color:white;}
.bblue {
	color: white;
	font-weight:bold;
	border: solid 1px #254F7D;
	background: #254F7D;
	background: -webkit-gradient(linear, left top, left bottom, from(#3981CB), to(#254F7D));
	background: -moz-linear-gradient(top,  #3981CB,  #254F7D);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3981CB', endColorstr='#254F7D');
}
.bblue:hover {
	background: #2E649C;
	background: -webkit-gradient(linear, left top, left bottom, from(#2E649C), to(#142E48));
	background: -moz-linear-gradient(top,  #2E649C,  #142E48);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2E649C', endColorstr='#142E48');
	
}
.bblue:active {
	color: white;
	background: -webkit-gradient(linear, left top, left bottom, from(#254F7D), to(#142E48));
	background: -moz-linear-gradient(top,  #254F7D,  #142E48);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#254F7D', endColorstr='#142E48');
}


.bpurple:link, .bpurple:visited {color:white;}
.bpurple {
	color: white;
	font-weight:bold;
	border: solid 1px #7A75B5;
	background: #7A75B5;
	background: -webkit-gradient(linear, left top, left bottom, from(#AFADCF), to(#7A75B5));
	background: -moz-linear-gradient(top,  #AFADCF,  #7A75B5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#AFADCF', endColorstr='#7A75B5');
}
.bpurple:hover {
	background: #8F8CBC;
	background: -webkit-gradient(linear, left top, left bottom, from(#8F8CBC), to(#5F5B95));
	background: -moz-linear-gradient(top,  #8F8CBC,  #5F5B95);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#8F8CBC', endColorstr='#5F5B95');
	
}
.bpurple:active {
	color: white;
	background: -webkit-gradient(linear, left top, left bottom, from(#7A75B5), to(#142E48));
	background: -moz-linear-gradient(top,  #7A75B5,  #142E48);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7A75B5', endColorstr='#142E48');
}

.bpink:link, .bpink:visited {color:white;}
.bpink, .bpink:link, .bpink:visited {
	color: white;
	font-weight:bold;
	border: solid 1px #FF6FA2;
	background: #FF6FA2;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF9FC3), to(#FF6FA2));
	background: -moz-linear-gradient(top,  #FF9FC3,  #FF6FA2);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9FC3', endColorstr='#FF6FA2');
}
.bpink:hover {
	background: #E04680;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF6FA2), to(#E04680));
	background: -moz-linear-gradient(top,#FF6FA2,#E04680);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6FA2', endColorstr='#E04680');
	
}
.bpink:active {
	color: white;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF6FA2), to(#BD4773));
	background: -moz-linear-gradient(top,#FF6FA2,#BD4773);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6FA2', endColorstr='#BD4773');
}

