/* Default CSS Stylesheet for a new Web Application project */
a { text-decoration: none; font-weight: bold; color: #003300; font-size:small}

a:hover { text-decoration: underline ; font-weight: bold; color:#CCCCCC;}

.title { font-weight:bold; color:#116B28; font-size:x-large;}

.label {font-weight:bold; color:#116B28; }

.subtitle {font-weight:bold; color:#116B28; font-size:medium;}

.link {text-decoration: none; font-weight: bold; color: #ffffff; font-size:small; }

.bluelink {text-decoration: none; font-weight: bold; color:#000099; font-size:medium; }
.Greenlink {text-decoration: none; font-weight: bold;font-size:medium; }
.text {font-weight:bold; color:#000000;}

.error {color:Red}

.confirm {color:Maroon; font-size:medium;}