/********   DIA CSS Template File  ********/



/******** Body and main div tags around all the document contents ********/
body 	{
	FONT-SIZE: 		14px;
	COLOR: 			rgb(0,0,0);
	FONT-FAMILY: 		"Arial", cursive, "Times New Roman", serif;
	text-align:		center;
}

.style8 {font-family: Arial; font-size: 14px; }
.style9 {font-size: 14px; font-family: Arial; }
.style10 {font-family: Arial; font-size: 14px; font-weight: bold; }
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

div.main {

	}

/******** Banner ********/
div.top-banner {
	padding:	0px 0px 0px 0px;
	text-align:	left;
}
.top-banner A:link {
	COLOR: #000000; TEXT-DECORATION: none
}
.top-banner A:hover {
	COLOR: #000000; TEXT-DECORATION: none
}
.top-banner A:visited {
	COLOR: #000000; TEXT-DECORATION: none
}
.top-banner A:hover {
	text-decoration: underline;
	color: #000000;
	}


/******** Main Content Row ********/
div.main-content {
        margin:		0px 0px 0px 0px;
	text-align:	left;
	width:		100%;
	}



/******** Content1 Section ********/
div.content1 {
        margin:		0px 0px 0px 0px;
	text-align:	left;
	width:		100%;
	}


/********  Global Tags ********/

img	{
	border:		0px;
	margin:		0px;
	padding:	0px;
	}

table,td,div {
	border-collapse: 	collapse;
	border:			0px;
	padding:		0px;
	margin:			0px;
	}

h1	{
	}


/* Custom Tags */

div.loginform {
	background-color:	#e5e3f0;
	position: 	fixed;
	left:		300px;
	top:		250px;
	border:		1px ridge #000000;
}
