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

/* overall background theming setup */
body {
background: #f4f7e7 url('../images/bgtileaic.png') repeat-x left top;
font-family: Arial, Verdana, sans-serif;
font-size: 82%;
}

tr.headerrows {
	background-color: #133559;
	color:#FFF;
	text-align: center;
}

/* change the hyperlinks for the whole page */
a, a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #4452cc;
}

a:hover {
/*	 color: #ff976e; */
	color: #fb6c06;	
}

#allfonts {
	color:#000;
	text-decoration:none;
}

/* central container */
div#container {
	width: 930px;
	margin: 0 auto;
	background: #dadee0;
}

/* container for the index page */
div#indexcontainer {
	width: 700px;
	margin: 0 auto;
	background: #dadee0;
}

/* container for the creation pages */
div#createcontainer {
	width: 700px;
	margin: 0 auto;
	background: #dadee0;
}
/* old background colors bec5ff */

/* container for the creation pages */
div#logincontainer {
	width: 450px;
	margin: 0 auto;
	background: #dadee0;
}

h2#login {
	color: #133559;
}
/* old color 515380 */

/* form input buttons */
.submit {
border: none;
width: 97px;
height: 29px;
/*	background-image: url(/images/bgtile.jpg);
	background-repeat: repeat-x; 
	background-color: #5567ff;*/
}

