.page
{
  font-size:13px;
  border-left:#1292D7 1px solid;
  border-top:#1292D7 1px solid;
  border-right:#1292D7 1px solid;
  border-bottom:#1292D7 1px solid;
  margin-left:3em;
  margin-top:-4px;
  margin-bottom:5px;
  width:700px;
  background:#d8e4f8;
}
.login
{
	border-left:#1292FF 1px solid;
	border-top:#1292FF 1px solid;
	border-right:#1292FF 1px solid;
	border-bottom:#1292FF 1px solid;
	margin:15px;
    font-size : 13px;
    
}
.menu
{
	border-top:#1292D7 1px solid;
	border-bottom:#1292D7 1px solid;
	background:#1292D7;
}
.footer
{
	border-top:#1292D7 1px solid;
	width:100%;
	font-size:10px;
	height:10px;
	color:Gray;
	background:#d8e4f8;
}
.newuser
{
	text-decoration:none;
	color:#1292FF;
}
.newuser:hover 
{
	text-decoration:underline;
	
}

.signupBorder
{
	font-size:13px;
	width:600px;
	border-left:1px #1292D7 solid;
	border-top:1px #1292D7 solid;
	border-right:1px #1292D7 solid;
	border-bottom:1px #1292D7 solid;
}
.signupHeader
{
	width:100%;
	border-left:1px #1292D7 solid;
	border-top:1px #1292D7 solid;
	border-right:1px #1292D7 solid;
	border-bottom:1px #1292D7 solid;
	background:#1292D7;
	color:White;
	height:15px;
	margin-bottom:7px;	
	font-weight:bold;
}
.signupContent,.loginContent
{
	color:#1292D7;
}
.userMenu
{
	border-top:1px #1292D7 solid;
	border-bottom:1px #d8e4f8 solid;
	border-left:1px #1292D7 solid;
	border-right:1px #1292D7 solid;
	background:#1292D7;
	width:100%;
}
.userMenu a
{
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	color:White;
}
.userMenu a:hover
{
	background:white;
	color:#1292D7;
}

.imgView
{ 	 
}
.imgView a:hover
{
	border-top:red 2px solid;
	border-bottom:red 2px solid;
	border-right:red 2px solid;
	border-left:red 2px solid;
}