a {
	text-decoration:underline;
}

a:link {
	color: rgb(0,0,153);
}

a:visited { 
	color: rgb(0,0,153); 
}

a:active { 
	color: rgb(0,153,0); 
}

a:hover {
	color: green;
}

body { 
	color: rgb(0,51,204); 
	background-color:#D0E6FF;
	margin-top: 0px; 
	margin-left: 0px; 
	font-family: Arial, Helvetica; 
}

.hidden {
	font-size:5px;
	color:#D0E6FF;
}

h1 { 
	color: rgb(0,51,204); 
	font-family: Arial, Helvetica; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 24pt;
	margin-bottom:2;
}

h2 { 
	color: rgb(0,51,204); 
	font-family: Arial, Helvetica; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 18pt ;
}

h3 { 
	color: rgb(0,51,204);
	font-family: Arial, Helvetica; 
	font-weight: normal; 
	font-style: normal; 
        font-size: 16pt ;
	margin-bottom:4;
	margin-top:6;
}

h4 { 
	color: #009900;
	font-family: Arial, Helvetica; 
	font-weight: normal; 
	font-style: normal; 
	text-align:center;
        font-size: 18pt ;
	margin-bottom:2;
	margin-top:4;
}

hr { 
	color: rgb(0,51,204);
}

button { 
	background-color: rgb(0,51,204); 
	color: white; 
	border-color: rgb(0,51,204);
	font-size: 8pt; 
	font-family: Arial; 
	font-style: normal; 
	border-style: solid; 
        border-width: 1pt; 
}

label { 
	color: rgb(0,51,204);  
	font-size: 8pt; 
	font-family: Arial; 
	font-style: normal 
}

textarea { 
	color: black; 
	border-color: rgb(0,51,204);
	font-size: 9pt; 
	font-family: Arial; 
	font-style: normal; 
	border-style: solid; 
        border-width: 1pt ;
}

select { 
	color: black; 
	border-color: rgb(0,51,204);
	font-size: 8pt; 
	font-family: Arial; 
	font-style: normal; 
	border-style: solid; 
        border-width: 1pt 
}

table { 
	table-border-color-light: rgb(0,51,204); 
	table-border-color-dark:rgb(0,0,153); 
	color: rgb(0,51,204); 
	border-color: rgb(0,51,204); 
	font-family: Arial; 
	font-style: normal ;
	cellspacing:0;
	cellpadding:0;
	
}

caption { 
	color: rgb(0,51,204);
}

th { 
	color: rgb(0,51,204); 
	border-color: rgb(0,51,204); 
	font-family: Arial; 
	font-style: normal;
}

td           { 
	padding:0px 1px 0px 1px;

}

.menuItem { 
	font-size: 10pt; 
	font-family: "Comic Sana MS"; 
	font-style: normal; 
	font-weight:normal  
}

.menuCell {
    	background:#0033CC;
	border-color:#0000FF;
	border-style: ridge;
	border-right-width:3px;
	border-left-width:0px;
	border-top-width:0px;
	border-bottom-width:0px;
	cellspacing:0px;
	cellpadding:0px;
	padding:0px;
}
.rightBorder {
	border-color:#0000FF;
	border-style: ridge;
	border-right-width:3px;
	border-left-width:0px;
	border-top-width:0px;
	border-bottom-width:0px;
	margin:0px
}
.bottomBorder {
	border-color:#0000FF;
	border-style: ridge;
	border-right-width:0px;
	border-left-width:0px;
	border-top-width:0px;
	border-bottom-width:3px;
}
.mainDisplay{
	background:white;
}

img.thumb {
	border-style : inset;
	border-width:6px;
	border-color:#774400;
	border-color:silver;
	
}
.thumbTable {
	
}
td.thumbTable {
	text-align:center;
	vertical-align:bottom;
}
td.thumbText {
	text-align:center;
	vertical-align:top;
	font-family: Times; 
	text-transform: capitalize;
}
.welcomeText {
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:white;
}
.firstTimeText {
	font-family:Arial;
	font-size:12px;
	margin-left:20px;
	text-indent:20px;
	text-align: justify;
	text-justify: inter-word;
}
.albumListTable{
	nowrap:yes;
	padding:3;
}

td.albumListTable{
	nowrap:yes;
}
tr.albumListTable{
	nowrap:yes;
	font-size:13px;
}
th.albumListTable{
	font-weight:bold;	
}

