body {
   margin: 0px 0px 0px 0px;
   background-color: black;
   font-family: arial;
}

form {
   margin: 0px 0px 0px 0px;
}

a:link, a:visited, a:active {
   color: blue;
}

.message {
   color: black;
   font-size: 12pt;
   font-weight: bold;
   text-align: center;
   padding-top: 3pt;
   padding-bottom: 5pt;
}

.msg_box {
   color: black;
   background-color: #ffffff;
   font-size: 12pt;
   font-weight: bold;
   text-align: center;
   padding-top: 5pt;
   padding-bottom: 5pt;
   border: 1px solid black;
}

.box {
   color: #000000;
   background-color: #ffffff;
   border: 1px solid black;
   text-align: left;
}

.box_top {
   color: #ffffff;
   background-color: black;
   font-size: 12pt;
}

.box_top2 {
   color: #000000;
   background-color: #bbbbbb;
}

.box_list1 {
   color: #000000;
   background-color: #ffffff;
}

.box_list2 {
   color: #000000;
   background-color: #dddddd;
}

.box_hr {
   padding: 5pt 0pt 5pt 0pt;
   border-top: 1px solid black;
}

.box_hr2 {
   border-bottom: 1px solid black;
}

a.box_top:link, a.box_top:visited, a.box_top:active {
   color: #ffffff;
   font-size: 10pt;
   text-decoration: none;
}

a.box_top2:link, a.box_top2:visited, a.box_top2:active {
   color: black;
   text-decoration: underline;
}

a.box_top:hover {
   text-decoration: underline;
}

img.image {
   border: 1px solid black;
}

img.thumb {
   border: 1px solid black;
}

/********************* Photo Album Style *********************/
.pa_cap {
   text-align: left;
   width: 375px;
   font-size: 12pt;
}

.pa_tip {
   font-weight: normal;
   font-size: 10pt;
   background-color: #008b8b;
   color: white;
}
/********************* /Photo Album Style *********************/
.link_list {
	margin-top: 10pt;
	margin-left: 10pt;
	font-size: 10pt;
	text-align: left;
}
.link_list  .cname {
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 15pt;
}
.link_list  .category {
	padding-left: 20pt;
}
.link_list  .name {
	font-weight: bold;
	padding-bottom: 5pt;
}
.link_list  .note {
	margin-bottom: 15pt;
}